Skip to content

Commit

Permalink
docs: Fix typo in config (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed May 6, 2024
1 parent da0ec7a commit 0ba92a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 0ba92a6

Please sign in to comment.