Skip to content

Commit 2808a60

Browse files
authored
Fix sqlc/db-prepare command name in docs (#2426)
1 parent 64e6c9c commit 2808a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/vet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ rules:
8585
### sqlc/db-prepare
8686
8787
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
88+
run the built-in `sqlc/db-prepare` rule. This rule will attempt to prepare
8989
each of your queries against the connected database and report any failures.
9090

9191
```yaml
@@ -109,4 +109,4 @@ example](https://github.com/kyleconroy/sqlc/blob/main/examples/authors/sqlc.yaml
109109

110110
Please note that `sqlc` does not manage or migrate your database. Use your
111111
migration tool of choice to create the necessary database tables and objects
112-
before running `sqlc vet`.
112+
before running `sqlc vet`.

0 commit comments

Comments
 (0)