Skip to content

Commit d387718

Browse files
Fix typos
1 parent ddb05ef commit d387718

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ We publish using `np`: https://npm.im/np
122122
4. Publish with `np`
123123
- `np --branch main --no-tests`
124124
- `--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.
125-
5. Add changelog to the Github Release; match formatting from previous releases
125+
5. Add changelog to the GitHub Release; match formatting from previous releases
126126
6. Move `docs` branch to head of `main`
127127
- this rebuilds the website
128128
- `git push --force origin main:docs`

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ You can build the readme with this command:
1212

1313
# [![TypeScript Node](logo.svg?sanitize=true)](https://typestrong.org/ts-node)
1414

15-
[![NPM version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
16-
[![NPM downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
15+
[![npm version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
16+
[![npm downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
1717
[![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)
1818
[![Test coverage](https://codecov.io/gh/TypeStrong/ts-node/branch/main/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-node)
1919

@@ -121,7 +121,7 @@ The latest documentation can also be found on our website: <https://typestrong.o
121121
* [CommonJS](#commonjs-1)
122122
* [Native ECMAScript modules](#native-ecmascript-modules-1)
123123
* [Gulp](#gulp)
124-
* [IntelliJ and Webstorm](#intellij-and-webstorm)
124+
* [IntelliJ and WebStorm](#intellij-and-webstorm)
125125
* [Mocha](#mocha)
126126
* [Mocha 7 and newer](#mocha-7-and-newer)
127127
* [Mocha <=6](#mocha-6)
@@ -1346,7 +1346,7 @@ gulp
13461346

13471347
See also: https://gulpjs.com/docs/en/getting-started/javascript-and-gulpfiles#transpilation
13481348

1349-
## IntelliJ and Webstorm
1349+
## IntelliJ and WebStorm
13501350

13511351
Create a new Node.js configuration and add `-r ts-node/register` to "Node parameters."
13521352

api-extractor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* standard settings to be shared across multiple projects.
1010
*
1111
* If the path starts with "./" or "../", the path is resolved relative to the folder of the file that contains
12-
* the "extends" field. Otherwise, the first path segment is interpreted as an NPM package name, and will be
12+
* the "extends" field. Otherwise, the first path segment is interpreted as an npm package name, and will be
1313
* resolved using NodeJS require().
1414
*
1515
* SUPPORTED TOKENS: none
@@ -48,10 +48,10 @@
4848
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts",
4949

5050
/**
51-
* A list of NPM package names whose exports should be treated as part of this package.
51+
* A list of npm package names whose exports should be treated as part of this package.
5252
*
5353
* For example, suppose that Webpack is used to generate a distributed bundle for the project "library1",
54-
* and another NPM package "library2" is embedded in this bundle. Some types from library2 may become part
54+
* and another npm package "library2" is embedded in this bundle. Some types from library2 may become part
5555
* of the exported API for library1, but by default API Extractor would generate a .d.ts rollup that explicitly
5656
* imports library2. To avoid this, we can specify:
5757
*

development-docs/release-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<!--
6-
I don't make a discussion thread for every release. Github has a button to make a discussion thread for a release.
6+
I don't make a discussion thread for every release. GitHub has a button to make a discussion thread for a release.
77
Then I update the discussion thread to remove the release notes and instead link to the release.
88
-->
99
Questions about this release? Ask in the official discussion thread: #TODO

website/docs/recipes/intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "IntelliJ and Webstorm"
2+
title: "IntelliJ and WebStorm"
33
---
44

55
Create a new Node.js configuration and add `-r ts-node/register` to "Node parameters."

website/readme-sources/prefix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ You can build the readme with this command:
1616

1717
# [![TypeScript Node](logo.svg?sanitize=true)](https://typestrong.org/ts-node)
1818

19-
[![NPM version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
20-
[![NPM downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
19+
[![npm version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
20+
[![npm downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node)
2121
[![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)
2222
[![Test coverage](https://codecov.io/gh/TypeStrong/ts-node/branch/main/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-node)
2323

0 commit comments

Comments
 (0)