From addd1fea62679208d14ccc8992f7e3c8f115c79c Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 6 May 2024 19:15:13 +0300 Subject: [PATCH] docs: Fix typo in config (#3358) --- 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`.