Skip to content

Commit

Permalink
Removed a single quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
roottool authored and Rokt33r committed Oct 28, 2019
1 parent a90c10e commit 3ef4855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browser/components/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,10 @@ export default class CodeEditor extends React.Component {
return
}
const lintOptions = {
'strings': {
'content': text
strings: {
content: text
},
'config': lintConfigJson
config: lintConfigJson
}

return markdownlint(lintOptions, (err, result) => {
Expand Down

0 comments on commit 3ef4855

Please sign in to comment.