Skip to content

Commit a10e64f

Browse files
authored
Fix typo: complier -> compiler (#322)
1 parent bf1c0c5 commit a10e64f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Architectural-Overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Layer Overview
22
## Data Structures
33

4-
Moved to [the glossary](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/GLOSSARY.md) of the complier-notes repo.
4+
Moved to [the glossary](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/GLOSSARY.md) of the compiler-notes repo.
55

66
## Overview of the compilation process
77

8-
Moved to the root readme of the [complier-notes repo](https://github.com/microsoft/TypeScript-Compiler-Notes).
8+
Moved to the root readme of the [compiler-notes repo](https://github.com/microsoft/TypeScript-Compiler-Notes).
99

1010
## Terminology
1111

1212
### **Full Start/Token Start**
1313
### **Trivia**
1414

15-
See [the Scanner](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/codebase/src/compiler/scanner.md) in the complier-notes repo.
15+
See [the Scanner](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/codebase/src/compiler/scanner.md) in the compiler-notes repo.

0 commit comments

Comments
 (0)