Skip to content

Commit

Permalink
Capitalize letters in certain words according to their documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Refutable4890 authored Sep 7, 2023
1 parent ac040af commit cbe1167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/copy/en/handbook-v2/The Handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbe1167

Please sign in to comment.