Skip to content

Commit

Permalink
Fix typo: complier -> compiler (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
kebetsi committed Jul 13, 2024
1 parent bf1c0c5 commit a10e64f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Architectural-Overview.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a10e64f

Please sign in to comment.