diff --git a/docs/input/analyzer/rules/Spectre1021.md b/docs/input/analyzer/rules/Spectre1021.md index 78584d2..4deddf3 100644 --- a/docs/input/analyzer/rules/Spectre1021.md +++ b/docs/input/analyzer/rules/Spectre1021.md @@ -7,7 +7,7 @@ Severity: Warning ## Cause -A violation of this rule occurs when a AnsiConsole prompt is called within the context of an executing renderable e.g. `Progress`, `Status` and `Live`. Concurrent LiveRenderable are not supported and will cause issues when running simultaneously. +A violation of this rule occurs when an AnsiConsole prompt is called within the context of an executing renderable e.g. `Progress`, `Status` and `Live`. Concurrent LiveRenderable are not supported and will cause issues when running simultaneously. ## Reason for rule