Skip to content

Commit f41e149

Browse files
authored
chore: Fix yml syntax missing colon (#399)
1 parent 7fa22dd commit f41e149

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,12 @@ If using `{all_files}` with RuboCop, it will ignore RuboCop's `Exclude` configur
598598

599599
#### Quotes
600600

601-
If you want to have all you files quoted with double quotes `"` or single quotes `'`, quote the appropriate shorthand:
601+
If you want to have all your files quoted with double quotes `"` or single quotes `'`, quote the appropriate shorthand:
602602

603603
```yml
604-
pre-commit
604+
# lefthook.yml
605+
606+
pre-commit:
605607
commands:
606608
lint:
607609
glob: "*.js"

0 commit comments

Comments
 (0)