Skip to content

Commit

Permalink
Fix sqlc/db-prepare command name in docs (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutierrez3 committed Jul 12, 2023
1 parent 64e6c9c commit 2808a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/vet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.
before running `sqlc vet`.

0 comments on commit 2808a60

Please sign in to comment.