Fix misspelling

This commit is contained in:
Bryan Housel
2019-02-07 13:41:06 -05:00
parent 492bb5b37e
commit d2735ab40c
+1 -1
View File
@@ -99,7 +99,7 @@ export function coreHistory(context) {
}
// determine diffrence and dispatch a change event
// determine difference and dispatch a change event
function change(previous) {
var difference = coreDifference(previous, history.graph());
dispatch.call('change', this, difference);