You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ var deep = require('deep-diff')
68
68
<scriptsrc="deep-diff-0.3.1.min.js"></script>
69
69
```
70
70
> 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();`.
72
72
73
73
## Simple Examples
74
74
@@ -207,7 +207,7 @@ A standard import of `var diff = require('deep-diff')` is assumed in all of the
207
207
208
208
### `diff`
209
209
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.
0 commit comments