From d3877188f6b57b82f5df44d4b83026672d092fed Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sun, 30 Oct 2022 02:49:23 -0700 Subject: [PATCH] Fix typos --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- api-extractor.json | 6 +++--- development-docs/release-template.md | 2 +- website/docs/recipes/intellij.md | 2 +- website/readme-sources/prefix.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c7227dcb..03dadd1de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -122,7 +122,7 @@ We publish using `np`: https://npm.im/np 4. Publish with `np` - `np --branch main --no-tests` - `--no-tests` because we must rely on CI to test ts-node. Even if you *did* run the tests locally, you would only be testing a single operating system, node version, and TypeScript version, so locally-run tests are insufficient. -5. Add changelog to the Github Release; match formatting from previous releases +5. Add changelog to the GitHub Release; match formatting from previous releases 6. Move `docs` branch to head of `main` - this rebuilds the website - `git push --force origin main:docs` diff --git a/README.md b/README.md index 40a40947f..f26c7c4bc 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ You can build the readme with this command: # [![TypeScript Node](logo.svg?sanitize=true)](https://typestrong.org/ts-node) -[![NPM version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) -[![NPM downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) [![Build status](https://img.shields.io/github/actions/workflow/status/TypeStrong/ts-node/continuous-integration.yml?branch=main)](https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22) [![Test coverage](https://codecov.io/gh/TypeStrong/ts-node/branch/main/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-node) @@ -121,7 +121,7 @@ The latest documentation can also be found on our website: /dist/index.d.ts", /** - * A list of NPM package names whose exports should be treated as part of this package. + * A list of npm package names whose exports should be treated as part of this package. * * For example, suppose that Webpack is used to generate a distributed bundle for the project "library1", - * and another NPM package "library2" is embedded in this bundle. Some types from library2 may become part + * and another npm package "library2" is embedded in this bundle. Some types from library2 may become part * of the exported API for library1, but by default API Extractor would generate a .d.ts rollup that explicitly * imports library2. To avoid this, we can specify: * diff --git a/development-docs/release-template.md b/development-docs/release-template.md index e1f32c582..5549ee09c 100644 --- a/development-docs/release-template.md +++ b/development-docs/release-template.md @@ -3,7 +3,7 @@ --- Questions about this release? Ask in the official discussion thread: #TODO diff --git a/website/docs/recipes/intellij.md b/website/docs/recipes/intellij.md index 1a8879db2..0ca411c49 100644 --- a/website/docs/recipes/intellij.md +++ b/website/docs/recipes/intellij.md @@ -1,5 +1,5 @@ --- -title: "IntelliJ and Webstorm" +title: "IntelliJ and WebStorm" --- Create a new Node.js configuration and add `-r ts-node/register` to "Node parameters." diff --git a/website/readme-sources/prefix.md b/website/readme-sources/prefix.md index 9fd26d279..51aeb88f6 100644 --- a/website/readme-sources/prefix.md +++ b/website/readme-sources/prefix.md @@ -16,8 +16,8 @@ You can build the readme with this command: # [![TypeScript Node](logo.svg?sanitize=true)](https://typestrong.org/ts-node) -[![NPM version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) -[![NPM downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) [![Build status](https://img.shields.io/github/actions/workflow/status/TypeStrong/ts-node/continuous-integration.yml?branch=main)](https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22) [![Test coverage](https://codecov.io/gh/TypeStrong/ts-node/branch/main/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-node)