Skip to content

Commit a1929da

Browse files
authored
Merge pull request #2041 from kawmra/fix-typo
Fix typo of MarkdownEditor.js
2 parents 9fac6bc + 60baabf commit a1929da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/components/MarkdownEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class MarkdownEditor extends React.Component {
283283
indentSize={editorIndentSize}
284284
scrollPastEnd={config.preview.scrollPastEnd}
285285
smartQuotes={config.preview.smartQuotes}
286-
smartArrows={config.previw.smartArrows}
286+
smartArrows={config.preview.smartArrows}
287287
breaks={config.preview.breaks}
288288
sanitize={config.preview.sanitize}
289289
ref='preview'

0 commit comments

Comments
 (0)