Skip to content

Commit addd1fe

Browse files
alexandearlisitsky
authored andcommitted
docs: Fix typo in config (sqlc-dev#3358)
1 parent 2134391 commit addd1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Each mapping in the `sql` collection has the following keys:
5050
- A mapping to configure database connections. See [database](#database) for the supported keys.
5151
- `rules`:
5252
- A collection of rule names to run via `sqlc vet`. See [rules](#rules) for configuration options.
53-
- `analzyer`:
53+
- `analyzer`:
5454
- A mapping to configure query analysis. See [analyzer](#analyzer) for the supported keys.
5555
- `strict_function_checks`
5656
- If true, return an error if a called SQL function does not exist. Defaults to `false`.

0 commit comments

Comments
 (0)