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.
2 parents ddded8b + 94ea7ec commit 9febd88Copy full SHA for 9febd88
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