Skip to content

Commit

Permalink
docs: fix typo for command names in configuration.md (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
nack43 authored Sep 6, 2024
1 parent 5ad1281 commit 76cf1a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ pre-commit:
commands:
lint:
run: yarn lint
text:
test:
run: yarn test
```

Expand All @@ -946,7 +946,7 @@ pre-commit:
commands:
lint:
run: yarn lint
text:
test:
run: yarn test
```

Expand All @@ -961,7 +961,7 @@ pre-commit:
commands:
lint:
run: yarn lint
text:
test:
run: yarn test
```

Expand Down

0 comments on commit 76cf1a0

Please sign in to comment.