Skip to content

Commit

Permalink
Correct spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and jordanbtucker committed Oct 2, 2019
1 parent 97e07f3 commit d8ab1c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit d8ab1c6

Please sign in to comment.