Skip to content

Commit c1869ce

Browse files
Fix typos in project documentation (#305)
Co-authored-by: Nathan Bierema <[email protected]>
1 parent 046349b commit c1869ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ moves are detected by default, you can turn move detection off with:
6363
{
6464
"_originalIndex": // this is the item original position in the array
6565
[
66-
'', // the moved item value, supressed by default
66+
'', // the moved item value, suppressed by default
6767
destinationIndex, // this is the item final position in the array
6868
3 // magic number to indicate: array move
6969
]

docs/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
`diff()`, `patch()` and `reverse()` functions are implemented using a pipes &filters pattern, making them extremely customizable by adding or replacing filters.
44

5-
Some examples of what you can acheive writing your own filter:
5+
Some examples of what you can achieve writing your own filter:
66

77
- diff special custom objects (eg. DOM nodes, native objects, functions, RegExp, node.js streams?)
88
- ignore parts of the graph using any custom rule (type, path, flags)
99
- change diff strategy in specific parts of the graph, eg. rely on change tracking info for Knockout.js tracked objects
1010
- implement custom diff mechanisms, like relative numeric deltas
11-
- suprise me! :)
11+
- surprise me! :)
1212

1313
Check the `/src/filters` folder for filter examples.
1414

0 commit comments

Comments
 (0)