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

docs: fix spelling mistakes #50

Merged
merged 2 commits into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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