Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 30, 2022
1 parent 8b09d49 commit 30a796c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -118,7 +118,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`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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/workflow/status/TypeStrong/ts-node/Continuous%20Integration)](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)

Expand Down
6 changes: 3 additions & 3 deletions api-extractor.json
Expand Up @@ -9,7 +9,7 @@
* standard settings to be shared across multiple projects.
*
* If the path starts with "./" or "../", the path is resolved relative to the folder of the file that contains
* the "extends" field. Otherwise, the first path segment is interpreted as an NPM package name, and will be
* the "extends" field. Otherwise, the first path segment is interpreted as an npm package name, and will be
* resolved using NodeJS require().
*
* SUPPORTED TOKENS: none
Expand Down Expand Up @@ -48,10 +48,10 @@
"mainEntryPointFilePath": "<projectFolder>/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:
*
Expand Down
2 changes: 1 addition & 1 deletion development-docs/release-template.md
Expand Up @@ -3,7 +3,7 @@
---

<!--
I don't make a discussion thread for every release. Github has a button to make a discussion thread for a release.
I don't make a discussion thread for every release. GitHub has a button to make a discussion thread for a release.
Then I update the discussion thread to remove the release notes and instead link to the release.
-->
Questions about this release? Ask in the official discussion thread: #TODO
Expand Down
4 changes: 2 additions & 2 deletions website/readme-sources/prefix.md
Expand Up @@ -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/workflow/status/TypeStrong/ts-node/Continuous%20Integration)](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)

Expand Down

0 comments on commit 30a796c

Please sign in to comment.