diff --git a/docs/index.html b/docs/index.html index 85d1640..8399ebd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -486,7 +486,7 @@ overflow: auto; } -/* Margin bottom to accomodate shadow */ +/* Margin bottom to accommodate shadow */ :not(pre) > code[class*="language-"], pre[class*="language-"] { background-color: #fdfdfd; diff --git a/third_party/prism-coy.css b/third_party/prism-coy.css index cc871d3..d88fbed 100644 --- a/third_party/prism-coy.css +++ b/third_party/prism-coy.css @@ -54,7 +54,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;