Skip to content

Commit df9e4d0

Browse files
committed
Fix issue 56: Spelling errors in the comments.
1 parent 5a9e1c6 commit df9e4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.json.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
/**
3030
* jQuery.toJSON
31-
* Converts the given argument into a JSON respresentation.
31+
* Converts the given argument into a JSON representation.
3232
*
33-
* @param o {Mixed} The json-serializble *thing* to be converted
33+
* @param o {Mixed} The json-serializable *thing* to be converted
3434
*
3535
* If an object has a toJSON prototype, that will be used to get the representation.
3636
* Non-integer/string keys are skipped in the object, as are keys that point to a

0 commit comments

Comments
 (0)