Skip to content

Commit 2acb3bf

Browse files
committed
docs(README): fix example typo
1 parent c0e2b40 commit 2acb3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var oldDefinitions, newDefinitions; // read with bpmn-moddle
2323
var changes = diff(oldDefinitions, newDefinitions);
2424
```
2525

26-
The diff returns an object with the `_changed`, `_added`, `_remove`, `_layoutChanged` keys containing all differences between the models.
26+
The diff returns an object with the `_changed`, `_added`, `_removed`, `_layoutChanged` keys containing all differences between the models.
2727

2828
```javascript
2929
console.log(changes._changed);

0 commit comments

Comments
 (0)