Skip to content

Commit 56f8c32

Browse files
John Reesemairaw
authored andcommitted
Resolve spelling issues (#6504)
1 parent 2e56075 commit 56f8c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/csharp/roslyn-sdk/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ and the associated code fixes are packaged together in a single project.
4040

4141
Analyzers and code fixes use static analysis to understand code. They
4242
do not run the code or provide other testing benefits. They can, however,
43-
point out practices that often lead to bugs, unmaintanable code, or
43+
point out practices that often lead to bugs, unmaintainable code, or
4444
standard guideline validation.
4545

4646
The .NET Compiler Platform SDK provides a single set of APIs that enable
4747
you to examine and understand a C# or Visual Basic codebase. Because you
4848
can use this single codebase, you can write analyzers and code fixes more
4949
easily by leveraging the syntactic and semantic analysis APIs provided by
5050
the .NET Compiler Platform SDK. Freed from the large task of replicating
51-
the anaysis done by the compiler, you can concentrate on the more focused
51+
the analysis done by the compiler, you can concentrate on the more focused
5252
task of finding and fixing common coding errors for your project or library.
5353

5454
A smaller benefit is that your analyzers and code fixes are smaller and

0 commit comments

Comments
 (0)