Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct spelling mistakes #196

Merged
merged 1 commit into from Oct 2, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -17,5 +17,5 @@ To report bugs or request features regarding the JSON5 data format, please
submit an issue to the [official specification
repository](https://github.com/json5/json5-spec).

To report bugs or request features regarding the JavaScript implentation of
To report bugs or request features regarding the JavaScript implementation of
JSON5, please submit an issue to this repository.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -199,7 +199,7 @@ To report bugs or request features regarding the JSON5 data format, please
submit an issue to the [official specification
repository](https://github.com/json5/json5-spec).

To report bugs or request features regarding the JavaScript implentation of
To report bugs or request features regarding the JavaScript implementation of
JSON5, please submit an issue to this repository.

## License
Expand Down
2 changes: 1 addition & 1 deletion test/errors.js
Expand Up @@ -174,7 +174,7 @@ describe('JSON5', () => {
))
})

it('throws on invalid characters following a hexidecimal indicator', () => {
it('throws on invalid characters following a hexadecimal indicator', () => {
assert.throws(() => {
JSON5.parse('0xg')
},
Expand Down