Skip to content

Commit

Permalink
Fix missing end backtick for a config name in a heading (#4631)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Found a missing backtick in a heading while reading the various docs for
the `incremental_strategy` config.

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
mirnawong1 authored Dec 13, 2023
2 parents 76cece7 + 07d270b commit 9f5f310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ models:
</File>
**Configuring the `incremental_strategy for a single model:**
**Configuring the `incremental_strategy` for a single model:**

<File name='models/my_model.sql'>

Expand Down

0 comments on commit 9f5f310

Please sign in to comment.