Commit e6c3498854ff5d54040648fab10891716e96a018

Scott McKee 2016-05-12T14:13:30

Fixed monospace typo The original value was "monoscpace," and I changed it to "monospace."

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/plugins/unescaped-markup/prism-unescaped-markup.css b/plugins/unescaped-markup/prism-unescaped-markup.css
index 5cd92bf..97c2608 100644
--- a/plugins/unescaped-markup/prism-unescaped-markup.css
+++ b/plugins/unescaped-markup/prism-unescaped-markup.css
@@ -4,7 +4,7 @@
 script[type='text/plain'].lang-markup,
 script[type='text/plain'].language-markup {
 	display: block;
-	font: 100% Consolas, Monaco, monoscpace;
+	font: 100% Consolas, Monaco, monospace;
 	white-space: pre;
 	overflow: auto;
 }