Skip to content

Commit 00f2f5e

Browse files
committed
edits
1 parent 8233edd commit 00f2f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/in-source-suppression-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The properties of the attribute include:
8686
8787
- **Target** - An identifier that is used to specify the target on which the warning is being suppressed. It must contain a fully qualified item name.
8888
89-
To see examples of using `SuppressMessage`, use Visual Studio to [add a suppression to the global suppression file](../code-quality/use-roslyn-analyzers.md#suppress-violations) for warnings that you see in the code editor. The suppression attribute appears in a preview window.
89+
When you see warnings in Visual Studio, you can view examples of `SuppressMessage` by [adding a suppression to the global suppression file](../code-quality/use-roslyn-analyzers.md#suppress-violations). The suppression attribute and its required properties appear in a preview window.
9090
9191
## SuppressMessage usage
9292

0 commit comments

Comments
 (0)