Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 4ce1c17

Browse files
authored
docs: fix spelling mistakes (#50)
* spelling: interface Signed-off-by: Josh Soref <[email protected]> * spelling: registry Signed-off-by: Josh Soref <[email protected]> --------- Signed-off-by: Josh Soref <[email protected]>
1 parent 2df6ad8 commit 4ce1c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Welcome. See [ESLint contribution guidelines](https://eslint.org/docs/developer-
9898
- `npm test` runs tests and measures code coverage.
9999
- `npm run lint` checks source codes with ESLint.
100100
- `npm run coverage` opens the code coverage report of the previous test with your default browser.
101-
- `npm run release` publishes this package to [npm] registory.
101+
- `npm run release` publishes this package to [npm] registry.
102102

103103

104104
[npm]: https://www.npmjs.com/

tools/get-keys-from-ts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function getKeysFromTs(code, {
260260
const initialNodes = {};
261261

262262
/**
263-
* Finds a TypeScript interfaction declaration.
263+
* Finds a TypeScript interface declaration.
264264
* @param {string} interfaceName The type name.
265265
* @returns {Node} The interface declaration node
266266
*/

0 commit comments

Comments
 (0)