Commit c322fc802b6f1c1504f4eb4e33bb5e75cc28ece4

Thomas Steiner 2018-08-19T16:55:06

Correct typo (#1508) Corrects “accomodate” to spell “accommodate”.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index 1127bbe..d05855c 100644
--- a/themes/prism-coy.css
+++ b/themes/prism-coy.css
@@ -52,7 +52,7 @@ code[class*="language"] {
 	overflow: auto;
 }
 
-/* Margin bottom to accomodate shadow */
+/* Margin bottom to accommodate shadow */
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
 	background-color: #fdfdfd;