Skip to content

Commit d911dc7

Browse files
author
Phillip Clark
committed
Merge pull request #67 from willbiddy/patch-1
2 spelling mistakes
2 parents e271e69 + 196cc69 commit d911dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var deep = require('deep-diff')
6868
<script src="deep-diff-0.3.1.min.js"></script>
6969
```
7070
> Minified, browser release of the current version of the module is under the `releases` folder.
71-
> In a browser, `deep-diff` defines a global variable `DeepDiff`. If there is a conflict in the global namesapce you can restore the conflicting definition and assign `deep-diff` to another variable like this: `var deep = DeepDiff.noConflict();`.
71+
> In a browser, `deep-diff` defines a global variable `DeepDiff`. If there is a conflict in the global namespace you can restore the conflicting definition and assign `deep-diff` to another variable like this: `var deep = DeepDiff.noConflict();`.
7272
7373
## Simple Examples
7474

@@ -207,7 +207,7 @@ A standard import of `var diff = require('deep-diff')` is assumed in all of the
207207

208208
### `diff`
209209

210-
The `diff` function calculates the difference between two objects. In version `0.1.7` you can supply your own `prefilter` function as the 3rd arguement and control which properties are ignored while calculating differences throughout the object graph.
210+
The `diff` function calculates the difference between two objects. In version `0.1.7` you can supply your own `prefilter` function as the 3rd argument and control which properties are ignored while calculating differences throughout the object graph.
211211

212212
**Arguments**
213213

0 commit comments

Comments
 (0)