We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fac6bc + 60baabf commit a1929daCopy full SHA for a1929da
browser/components/MarkdownEditor.js
@@ -283,7 +283,7 @@ class MarkdownEditor extends React.Component {
283
indentSize={editorIndentSize}
284
scrollPastEnd={config.preview.scrollPastEnd}
285
smartQuotes={config.preview.smartQuotes}
286
- smartArrows={config.previw.smartArrows}
+ smartArrows={config.preview.smartArrows}
287
breaks={config.preview.breaks}
288
sanitize={config.preview.sanitize}
289
ref='preview'
0 commit comments