瀏覽代碼

Remove trailing comma

simov 6 年之前
父節點
當前提交
fd7e697855
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      background/compilers/marked.js

+ 1 - 1
background/compilers/marked.js

@@ -18,7 +18,7 @@ md.compilers.marked = (() => {
     pedantic: 'Don\'t fix any of the original markdown\nbugs or poor behavior',
     sanitize: 'Ignore any HTML\nthat has been input',
     smartLists: 'Use smarter list behavior\nthan the original markdown',
-    smartypants: 'Use "smart" typographic punctuation\nfor things like quotes and dashes',
+    smartypants: 'Use "smart" typographic punctuation\nfor things like quotes and dashes'
   }
 
   var ctor = ({storage: {state}}) => ({