File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# VS Code Plugin for the Angular Language Service
2
2
3
- This plugin to VS Code provides Angular langauge services for Angular.
3
+ This plugin to VS Code provides Angular language services for Angular.
4
4
5
5
This plugin will provide completions in template files and template strings.
6
6
7
7
## Limitations
8
8
9
- - The langauge service is a separate service from TypeScript and runs a duplicate
9
+ - The language service is a separate service from TypeScript and runs a duplicate
10
10
version of the TypeScript language service.
11
11
12
12
See [ #7482 ] ( https://github.com/angular/angular/issues/7482 ) for a more details
@@ -19,4 +19,4 @@ by Microsoft for this purpose located here:
19
19
20
20
[ https://github.com/Microsoft/vscode-languageserver-node-example ] ( https://github.com/Microsoft/vscode-languageserver-node-example )
21
21
22
- This code is used under the MIT license.
22
+ This code is used under the MIT license.
You can’t perform that action at this time.
0 commit comments