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 64e6c9c commit 2808a60Copy full SHA for 2808a60
docs/howto/vet.md
@@ -85,7 +85,7 @@ rules:
85
### sqlc/db-prepare
86
87
When a [database](../reference/config.html#database) connection is configured, you can
88
-run the built-in `sqlc/db-preapre` rule. This rule will attempt to prepare
+run the built-in `sqlc/db-prepare` rule. This rule will attempt to prepare
89
each of your queries against the connected database and report any failures.
90
91
```yaml
@@ -109,4 +109,4 @@ example](https://github.com/kyleconroy/sqlc/blob/main/examples/authors/sqlc.yaml
109
110
Please note that `sqlc` does not manage or migrate your database. Use your
111
migration tool of choice to create the necessary database tables and objects
112
-before running `sqlc vet`.
+before running `sqlc vet`.
0 commit comments