diff --git a/Architectural-Overview.md b/Architectural-Overview.md index 3d7eaaa..f208cdb 100644 --- a/Architectural-Overview.md +++ b/Architectural-Overview.md @@ -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. \ No newline at end of file +See [the Scanner](https://github.com/microsoft/TypeScript-Compiler-Notes/blob/main/codebase/src/compiler/scanner.md) in the compiler-notes repo. \ No newline at end of file