Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update sqlc/db-prepare command name in docs #2426

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.
Loading