diff --git a/Architectural-Overview.md b/Architectural-Overview.md index ed6a7d2..bc7a2a8 100644 --- a/Architectural-Overview.md +++ b/Architectural-Overview.md @@ -21,7 +21,7 @@ Failed import resolution does not result in an error, as an ambient module could * **Language Service:** The "Language Service" exposes an additional layer around the core compiler bibeline that are best suiting editor-like applications. The language service supports the common set of a typical editor operations like statement completions, signature help, code formatting and outlining, colorization, etc... Basic re-factoring like rename, Debugging interface helpers like validating breakpoints as well as TypeScript-specific features like support of incremental compilation (--watch equivalent on the command-line). The language service is designed to efficiently handle scenarios with files changing over time within a long-lived compilation context; in that sense, the language service provides a slightly different perspective about working with programs and source files from that of the other compiler interfaces. -> Please refer to the [[Language Service API]] page for more details. +> Please refer to the [[Using the Language Service API]] page for more details. ## Data Structures