Explorar o código

Remove trailing comma

simov %!s(int64=6) %!d(string=hai) anos
pai
achega
fd7e697855
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}}) => ({