diff --git a/docs/guides/linter.md b/docs/guides/linter.md index a453d4f066..22cc5077b8 100644 --- a/docs/guides/linter.md +++ b/docs/guides/linter.md @@ -221,7 +221,7 @@ This example specifies that the model `docs_example.full_model` should not run t ```sql linenums="1" MODEL( name docs_example.full_model, - ignored_rules: ["invalidselectstarexpansion"] # or "ALL" to turn off linting completely + ignored_rules ["invalidselectstarexpansion"] # or "ALL" to turn off linting completely ); ```