summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/yaml-frontmatter
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/yaml-frontmatter')
-rw-r--r--public/vendor/codemirror/mode/yaml-frontmatter/index.html2
-rw-r--r--public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/codemirror/mode/yaml-frontmatter/index.html b/public/vendor/codemirror/mode/yaml-frontmatter/index.html
index 30bed2f8..30cb294e 100644
--- a/public/vendor/codemirror/mode/yaml-frontmatter/index.html
+++ b/public/vendor/codemirror/mode/yaml-frontmatter/index.html
@@ -78,7 +78,7 @@ Underscores_are_allowed_between_words.
GFM adds syntax to strikethrough text, which is missing from standard Markdown.
~~Mistaken text.~~
-~~**works with other fomatting**~~
+~~**works with other formatting**~~
~~spans across
lines~~
diff --git a/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js b/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js
index 9f081b00..5f497723 100644
--- a/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js
+++ b/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js
@@ -65,4 +65,4 @@
}
}
})
-})
+});