Skip to content

Commit 2d3406d

Browse files
Minor fixes to readme
[release]
1 parent 64269ed commit 2d3406d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ This package attempts to solve multiple issues with the current extensibility mo
8989
Base classes, helper methods, and extension methods encapsulate the complexity so you don't have to.
9090

9191
### It's difficult to find what services and components to use
92-
Now the most commmon services are all easy to get to from the main `VS` object.
93-
92+
Now the most common services are all easy to get to from the main `VS` object.
9493

9594
### Best practices change with each version of VS. I can't keep up
9695
The underlying implementation of the project uses the best practices for each version of VS it supports. This ensures that your extension is much more likely to handle threading correctly, and avoid hangs and crashes.
9796

98-
9997
### The API is dated and has lots of ugly COM legacy noise
10098
The most common APIs of the old complex COM nature are wrapped to expose a modern async API. This makes it much easier to code against the API and you can avoid the `EnvDTE` object for most scenarios.
10199

0 commit comments

Comments
 (0)