diff --git a/docs/compiler/scanner.md b/docs/compiler/scanner.md index f34b8eae7..1375fc2cd 100644 --- a/docs/compiler/scanner.md +++ b/docs/compiler/scanner.md @@ -12,7 +12,7 @@ Here is a *simplied* version of the actual code in the parser that you can run d `code/compiler/scanner/runScanner.ts` ```ts -import * as ts from "ntypescript"; +import * as ts from "typescript"; // TypeScript has a singleton scanner const scanner = ts.createScanner(ts.ScriptTarget.Latest, /*skipTrivia*/ true);