Skip to content

Commit 3fa70bf

Browse files
authored
minor typos fix
1 parent 0722718 commit 3fa70bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ JSONView
66
* [Install for Firefox](https://addons.mozilla.org/en-US/firefox/addon/jsonview/)
77
* [Install for Chrome](https://chrome.google.com/webstore/detail/jsonview/gmegofmjomhknnokphhckolhcffdaihd)
88

9-
Normally when encountering a [JSON](http://json.org) document (content type `application/json`), Firefox simply prompts you to download the view. With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed. Even if the JSON document contains errors, JSONView will still show the raw text.
9+
Normally, when encountering a [JSON](http://json.org) document (content type `application/json`), Firefox simply prompts you to download the view. With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed. Even if the JSON document contains errors, JSONView will still show the raw text.
1010

1111
Once you've got JSONView installed, check out [this example JSON file](http://jsonview.com/example.json) to see the extension in action!
1212

13-
If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from `src/_locale` and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There's not many strings to translate!
13+
If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from `src/_locale` and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There are not many strings to translate!
1414

1515
Keyboard Shortcuts
1616
----------------
@@ -43,7 +43,7 @@ Common Issues
4343
the JSON with the "application/json" MIME type.
4444
* **Opening a local .json file uses the Firefox default JSON viewer**: You need to disable the built-in JSON viewer to use JSONView. Go to "about:config" and set "devtools.jsonview.enabled" to "false".
4545

46-
JSONView is open source software under the MIT licence.
46+
JSONView is open source software under the MIT license.
4747

4848
Publishing
4949
----------
@@ -52,4 +52,4 @@ Publishing
5252
npm start
5353
```
5454

55-
`jsonview.zip` can then be manually uploaded to the extension sites.
55+
`jsonview.zip` can then be manually uploaded to the extension sites.

0 commit comments

Comments
 (0)