Skip to content

Commit 8832829

Browse files
committed
Change per copilot review
Signed-off-by: popcorny <[email protected]>
1 parent 3511d46 commit 8832829

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/features/breaking-change-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It's generally assumed that any modification to a model’s SQL will affect all
1313

1414

1515
## Usage
16-
Use the [impact radius](./impact-radius.md#usage) to analyze changed and see the impacted downstream.
16+
Use the [impact radius](./impact-radius.md#usage) view to analyze changed and see the impacted downstream.
1717

1818
## Categories of change
1919
### Non-breaking change

docs/features/impact-radius.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Two core features power the impact radius analysis:
5656
**[Breaking Change Analysis](./breaking-change-analysis.md)** classifies modified models into three categories:
5757

5858
- **Breaking changes**: All downstream nodes are impacted
59-
- **Non-breaking changes**: No downstream nodes are not impacted
59+
- **Non-breaking changes**: No downstream nodes are impacted
6060
- **Partial breaking changes**: Only downstream columns that depend on modified columns are impacted.
6161

6262
**[Column-level lineage](./column-level-lineage.md)** analyzes your model's SQL to identify column-level dependencies:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ nav:
5656
- features/state-file.md
5757
- features/preset-checks.md
5858
- features/node-selection.md
59-
- features/impact-radius.md
59+
- features/impact-radius.md
6060
- features/breaking-change-analysis.md
6161
- features/column-level-lineage.md
6262
- reference/configuration.md

0 commit comments

Comments
 (0)