Skip to content

Commit

Permalink
docs: fix spelling mistakes (#50)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
jsoref committed May 30, 2023
1 parent 2df6ad8 commit 4ce1c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Welcome. See [ESLint contribution guidelines](https://eslint.org/docs/developer-
- `npm test` runs tests and measures code coverage.
- `npm run lint` checks source codes with ESLint.
- `npm run coverage` opens the code coverage report of the previous test with your default browser.
- `npm run release` publishes this package to [npm] registory.
- `npm run release` publishes this package to [npm] registry.


[npm]: https://www.npmjs.com/
Expand Down
2 changes: 1 addition & 1 deletion tools/get-keys-from-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function getKeysFromTs(code, {
const initialNodes = {};

/**
* Finds a TypeScript interfaction declaration.
* Finds a TypeScript interface declaration.
* @param {string} interfaceName The type name.
* @returns {Node} The interface declaration node
*/
Expand Down

0 comments on commit 4ce1c17

Please sign in to comment.