From d2735ab40c8ba086d1816af2703dad093800b785 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 7 Feb 2019 13:41:06 -0500 Subject: [PATCH] Fix misspelling --- modules/core/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/history.js b/modules/core/history.js index cf745c563..50bf09f11 100644 --- a/modules/core/history.js +++ b/modules/core/history.js @@ -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);