Fix typo: `complier` -> `compiler` (#322)
This commit is contained in:
Родитель
bf1c0c5b64
Коммит
a10e64fef7
|
@ -1,15 +1,15 @@
|
|||
## Layer Overview
|
||||
## Data Structures
|
||||
|
||||
Moved to [the glossary](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/GLOSSARY.md) of the complier-notes repo.
|
||||
Moved to [the glossary](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/GLOSSARY.md) of the compiler-notes repo.
|
||||
|
||||
## Overview of the compilation process
|
||||
|
||||
Moved to the root readme of the [complier-notes repo](https://github.com/microsoft/TypeScript-Compiler-Notes).
|
||||
Moved to the root readme of the [compiler-notes repo](https://github.com/microsoft/TypeScript-Compiler-Notes).
|
||||
|
||||
## Terminology
|
||||
|
||||
### **Full Start/Token Start**
|
||||
### **Trivia**
|
||||
|
||||
See [the Scanner](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/codebase/src/compiler/scanner.md) in the complier-notes repo.
|
||||
See [the Scanner](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/codebase/src/compiler/scanner.md) in the compiler-notes repo.
|
Загрузка…
Ссылка в новой задаче