Fix a typo for Spectre1021

This commit is contained in:
GitHubPang 2021-09-28 08:20:22 +08:00 committed by Phil Scott
parent e3dfe23b59
commit 644fb76d61

View File

@ -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