Skip to content

Commit ac1f4aa

Browse files
ayazhafizKeen Yee Liau
authored and
Keen Yee Liau
committed
fixup! docs: add section about mismatch in TS loading the language service
1 parent 71ebdc1 commit ac1f4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Download the extension from [Visual Studio Marketplace](https://marketplace.visu
1818

1919
## Versioning
2020

21-
The langauge service extension uses the `@angular/language-service` package for its backend. This
21+
The language service extension uses the `@angular/language-service` package for its backend. This
2222
package is loaded either from the version bundled with the extension, or from the current workspace
2323
project the extension is running on. Due to the behavior of TypeScript below version 3.8,
2424
incompatible versions of the language service may sometimes be loaded. If you are using a version of
@@ -28,7 +28,7 @@ TypeScript below 3.8, we suggest either
2828
version bundled with the extension)
2929
- Installing and keeping updates for the latest version of `@angular/language-service`
3030

31-
For further information, please see #594.
31+
For further information, please see [#594](https://github.com/angular/vscode-ng-language-service/issues/594).
3232

3333
## Installing a particular release build
3434

0 commit comments

Comments
 (0)