Skip to content

Commit 3f68a51

Browse files
Fix typos in APIBaselines.md (#55393)
1 parent 027c601 commit 3f68a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/APIBaselines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Baselines
22

3-
This document contains information regarding API baseline files and how to work with them. For additional details on how these files works, consult:
3+
This document contains information regarding API baseline files and how to work with them. For additional details on how these files work, consult:
44

55
- <https://github.com/dotnet/roslyn-analyzers/blob/master/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md>
66
- <https://github.com/dotnet/roslyn-analyzers/blob/master/src/PublicApiAnalyzers/Microsoft.CodeAnalysis.PublicApiAnalyzers.md>
@@ -56,7 +56,7 @@ Microsoft.AspNetCore.DataProtection.Infrastructure.IApplicationDiscriminator.Dis
5656
1. `{directory containing relevant *.slnf}\startvs.cmd`
5757
1. F6 *or whatever your favourite build gesture is*
5858
1. Click on a RS0016 (or whatever) error
59-
1. Right click in editor on underscored symbol or go straight to the “quick fix” icon to its left. Control-. also works.
59+
1. Right click in editor on the underscored symbol or go straight to the “quick fix” icon to its left. Control-. also works.
6060
1. Choose “Add Blah to public API” / “Fix all occurrences in … Solution”
6161
1. Click Apply
6262
1. F6 *again to see if the fixer missed anything or if other RS00xx errors show up (not uncommon)*

0 commit comments

Comments
 (0)