diff --git a/packages/documentation/copy/en/handbook-v2/The Handbook.md b/packages/documentation/copy/en/handbook-v2/The Handbook.md index d3712dcc2332..312552f40950 100644 --- a/packages/documentation/copy/en/handbook-v2/The Handbook.md +++ b/packages/documentation/copy/en/handbook-v2/The Handbook.md @@ -43,7 +43,7 @@ The Handbook is also intended to be a concise document that can be comfortably r Specifically, the Handbook does not fully introduce core JavaScript basics like functions, classes, and closures. Where appropriate, we'll include links to background reading that you can use to read up on those concepts. -The Handbook also isn't intended to be a replacement for a language specification. In some cases, edge cases or formal descriptions of behavior will be skipped in favor of high-level, easier-to-understand explanations. Instead, there are separate reference pages that more precisely and formally describe many aspects of TypeScript's behavior. The reference pages are not intended for readers unfamiliar with TypeScript, so they may use advanced terminology or reference topics you haven't read about yet. +The Handbook also isn't intended to be a replacement for a language specification. In some cases, edge cases or formal descriptions of behavior will be skipped in favor of high-level, easier-to-understand explanations. Instead, there are separate reference pages that more precisely and formally describe many aspects of TypeScript's behavior. The reference pages are intended for readers familiar with TypeScript, so they may use advanced terminology or reference topics you haven't read about yet. Finally, the Handbook won't cover how TypeScript interacts with other tools, except where necessary. Topics like how to configure TypeScript with webpack, rollup, parcel, react, babel, closure, lerna, rush, bazel, preact, vue, angular, svelte, jquery, yarn, or npm are out of scope - you can find these resources elsewhere on the web.