Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylank committed Dec 18, 2017
1 parent 278bcb6 commit 1c94756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jsonDiffPatch(objA, objB);
*/
```

The function validates the input arguments and throws a ```NoValidInputJSONError``` if at lest one of the input arguments...
The function validates the input arguments and throws a ```NoValidInputJSONError``` if at least one of the input arguments...

* ...is ```null``` or ```undefined```
* ...is of a primitive type (string, boolean, number)
Expand Down

0 comments on commit 1c94756

Please sign in to comment.