From c322fc802b6f1c1504f4eb4e33bb5e75cc28ece4 Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Sun, 19 Aug 2018 16:55:06 +0200 Subject: [PATCH] Correct typo (#1508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrects “accomodate” to spell “accommodate”. --- themes/prism-coy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prism-coy.css b/themes/prism-coy.css index 1127bbe37d..d05855cba3 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;