From 644fb76d61baf41669d039e99695835eceba4c1a Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Tue, 28 Sep 2021 08:20:22 +0800 Subject: [PATCH] Fix a typo for Spectre1021 --- docs/input/analyzer/rules/Spectre1021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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