diff --git a/docs/howto/vet.md b/docs/howto/vet.md index b84fca264b..e51c82c747 100644 --- a/docs/howto/vet.md +++ b/docs/howto/vet.md @@ -85,7 +85,7 @@ rules: ### sqlc/db-prepare When a [database](../reference/config.html#database) connection is configured, you can -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 each of your queries against the connected database and report any failures. ```yaml @@ -109,4 +109,4 @@ example](https://github.com/kyleconroy/sqlc/blob/main/examples/authors/sqlc.yaml Please note that `sqlc` does not manage or migrate your database. Use your migration tool of choice to create the necessary database tables and objects -before running `sqlc vet`. \ No newline at end of file +before running `sqlc vet`.