From c4ce78b54185cd35af3f16006190499e0b777aef Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 29 Apr 2024 13:31:30 +0300 Subject: [PATCH] docs: Fix typo in config --- 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`.