Skip to content

Commit 150037a

Browse files
authored
Fixed spelling of the word "if" (#24953)
1 parent 22db66a commit 150037a

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/code-analysis/quality-rules

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/quality-rules/ca5364.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Don't use deprecated TLS protocol versions.
4343

4444
## When to suppress warnings
4545

46-
You can suppress this warning i:
46+
You can suppress this warning if:
4747

4848
- The reference to the deprecated protocol version isn't being used to enable a deprecated version.
4949
- You need to connect to a legacy service that can't be upgraded to use secure TLS configurations.

0 commit comments

Comments
 (0)