Skip to content

Commit 654fb80

Browse files
authored
fix(docs): typo (#1041)
1 parent e313e82 commit 654fb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/precommit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There's a [pre-commit](https://pre-commit.com/) config file available in the repository root (`.pre-commit-config.yaml`) that can be used to enable automatic checks upon commit - the commit will not go through if the checks don't pass.
44

5-
To enable pre-commit, the following must be ran once:
5+
To enable pre-commit, the following must be run once:
66

77
```console
88
uvx pre-commit install

0 commit comments

Comments
 (0)