We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddded8b commit 94ea7ecCopy full SHA for 94ea7ec
README.md
@@ -15,7 +15,7 @@ Biome provides four hooks:
15
| `biome-format` | Format the committed files |
16
| `biome-lint` | Lint and apply safe fixes to the committed files |
17
18
-For example, if you want to use the `biome-check' hook,
+For example, if you want to use the `biome-check` hook,
19
add the following pre-commit configuration to the root of your project in a file named `.pre-commit-config.yaml`:
20
21
```yaml
0 commit comments