Skip to content

Commit

Permalink
Fixed monospace typo
Browse files Browse the repository at this point in the history
The original value was "monoscpace," and I changed it to "monospace."
  • Loading branch information
thedigitalman committed May 12, 2016
1 parent 6ec9238 commit e6c3498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/unescaped-markup/prism-unescaped-markup.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit e6c3498

Please sign in to comment.