From eb1586d60ea6ae8045a1ee9b3dbb717927e85b93 Mon Sep 17 00:00:00 2001 From: Stanislav Zeman Date: Sat, 20 Apr 2024 22:17:00 +0200 Subject: [PATCH] docs: resolve a typo in configuration keys --- docs/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.md b/docs/reference/config.md index 9e9910190a..2629babf4b 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -50,7 +50,7 @@ Each mapping in the `sql` collection has the following keys: - A mapping to configure database connections. See [database](#database) for the supported keys. - `rules`: - A collection of rule names to run via `sqlc vet`. See [rules](#rules) for configuration options. -- `analzyer`: +- `analyzer`: - A mapping to configure query analysis. See [analyzer](#analyzer) for the supported keys. - `strict_function_checks` - If true, return an error if a called SQL function does not exist. Defaults to `false`.