Skip to content

Commit 80ee9d1

Browse files
committed
Fixes a few typos in Readme
Corrects the words "chracter", "Compatiblity", and "Javscript" to "character", "Compatibility", and "Javascript"
1 parent 27d105d commit 80ee9d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Checkout this gem to easily use string.js on the asset pipeline: https://github.
6767
<script src="https://cdn.rawgit.com/jprichardson/string.js/master/lib/string.min.js"></script>
6868

6969
<!-- Note that in the mime type for Javascript is now officially 'application/javascript'. If you
70-
set the type to application/javascript in IE browsers, your Javscript will fail. Just don't set a
70+
set the type to application/javascript in IE browsers, your Javacript will fail. Just don't set a
7171
type via the script tag and set the mime type from your server. Most browsers look at the server mime
7272
type anyway -->
7373

@@ -110,7 +110,7 @@ S.restorePrototype(); //be a good citizen and clean up
110110
```
111111

112112

113-
### Browser Compatiblity
113+
### Browser Compatibility
114114

115115
`string.js` has been designed to be compatible with Node.js and with IE6+, Firefox 3+, Safari 2+, Chrome 3+. Please [click here][browsertest] to run the tests in your browser. Report any browser issues here: https://github.com/jprichardson/string.js/issues
116116

@@ -880,7 +880,7 @@ You can either optionally pass in two string arguments or pass in a configuratio
880880
- `delimiter`: The character that is separates or delimits fields. Default: `,`
881881
- `qualifier`: The character that encloses fields. Default: `"`
882882
- `escape`: The character that escapes any incline `qualifier` characters. Default: `\`, in JS this is `\\`
883-
- `encloseNumbers`: Enclose number objects with the `qualifier` chracter. Default: `true`
883+
- `encloseNumbers`: Enclose number objects with the `qualifier` character. Default: `true`
884884
- `keys`: If the input isn't an array, but an object, then if this is set to true, the keys will be output to the CSV line, otherwise it's the object's values. Default: `false`.
885885

886886
Example:

0 commit comments

Comments
 (0)