From 0a9eb3d6886062522c9eec192e82daec58decc0d Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Tue, 27 Sep 2016 11:14:41 +0200 Subject: [PATCH] Fixed a typo --- .../Widgets/MarkdownControlElements/RawEditor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Widgets/MarkdownControlElements/RawEditor/index.js b/src/components/Widgets/MarkdownControlElements/RawEditor/index.js index 175f2471..660ab4bd 100644 --- a/src/components/Widgets/MarkdownControlElements/RawEditor/index.js +++ b/src/components/Widgets/MarkdownControlElements/RawEditor/index.js @@ -91,7 +91,7 @@ class RawEditor extends React.Component { /** * Slate keeps track of selections, scroll position etc. * So, onChange gets dispatched on every interaction (click, arrows, everything...) - * It also have an onDocumentChange, that get's dispached only when the actual + * It also have an onDocumentChange, that get's dispatched only when the actual * content changes */ handleChange(state) {