From bc3b2a33d71cec3c376dac6b65c59679ad4d76fa Mon Sep 17 00:00:00 2001 From: Nicolas Gutierrez Date: Mon, 10 Jul 2023 13:53:44 -0400 Subject: [PATCH] Fix sqlc/db-prepare command name in docs --- docs/howto/vet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.