Skip to content

Commit e15c1f7

Browse files
committed
fix typo in docs/pre-commit-hook-setup.md
1 parent 33cce2b commit e15c1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pre-commit-hook-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Alternatively, you can use the [pre-commit framework](https://pre-commit.com/).
2121

2222
By default, pre-commit will check and fix
2323
* trailing whitespaces;
24-
* absence of double newlines at end of files;
24+
* absence of or duplicate newlines at end of files;
2525
* QL formatting;
2626
* files out of sync (see [`config/sync-files.py`](../config/sync-files.py)).
2727

0 commit comments

Comments
 (0)