diff --git a/website/snippets/_config-description-resource.md b/website/snippets/_config-description-resource.md index 8e691daef5f..a0910631338 100644 --- a/website/snippets/_config-description-resource.md +++ b/website/snippets/_config-description-resource.md @@ -1,3 +1,3 @@ Resource-specific configurations are applicable to only one dbt resource type rather than multiple resource types. You can define these settings in the project file (`dbt_project.yml`), a property file (`models/properties.yml` for models, similarly for other resources), or within the resource’s file using the `{{ config() }}` macro.
-The following resource-specific config code block is only available to {props.meta.resource_type}: +The following resource-specific configurations are only available to {props.meta.resource_type}: