Skip to content

Commit

Permalink
Fix typo in .pre-commit-config.yaml (#8126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Apr 4, 2020
1 parent 11f1e0c commit 0c1477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ repos:
entry: wework/speccy lint
files: ^openapi.yaml$
- id: lint-openapi
name: Litn OpenAPI using openapi-spec-validator
name: Lint OpenAPI using openapi-spec-validator
entry: openapi-spec-validator --schema 3.0.0 openapi.yaml
language: python
additional_dependencies: ['openapi-spec-validator']
Expand Down

0 comments on commit 0c1477f

Please sign in to comment.