Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Dec 24, 2024
1 parent f98a1a7 commit 642912c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/resource-configs/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ select ...

</File>

Run resources with specific tags (or exclude resources with specific tags) with the following commands:
Run resources with specific tags (or exclude resources with specific tags) using the following commands:

```shell
# Run all models tagged "daily"
Expand Down Expand Up @@ -226,7 +226,7 @@ This following example shows how to apply a tag to a saved query in the `dbt_pro

</File>

Then run resources with a specific tag with the following commands:
Then run resources with a specific tag using the following commands:

```shell
# Run all resources tagged "order_metrics"
Expand All @@ -250,7 +250,7 @@ saved_queries:
</File>


Run resources with multiple tags with the following commands:
Run resources with multiple tags using the following commands:

```shell
# Run all resources tagged "order_metrics" and "hourly"
Expand Down

0 comments on commit 642912c

Please sign in to comment.