From cbe1167cbea11218ea1e3df02e6acbd965f7f2b6 Mon Sep 17 00:00:00 2001 From: Refutable4890 <107740882+Refutable4890@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:21:43 +0800 Subject: [PATCH] Capitalize letters in certain words according to their documentation --- packages/documentation/copy/en/handbook-v2/The Handbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/handbook-v2/The Handbook.md b/packages/documentation/copy/en/handbook-v2/The Handbook.md index d3712dcc2332..456b7adf5c4d 100644 --- a/packages/documentation/copy/en/handbook-v2/The Handbook.md +++ b/packages/documentation/copy/en/handbook-v2/The Handbook.md @@ -45,7 +45,7 @@ Specifically, the Handbook does not fully introduce core JavaScript basics like 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. -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. +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. ## Get Started