Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed Spelling.
  • Loading branch information
jimmycasey committed Jul 26, 2018
commit cc16bf680dcac0c8dafdb4cfc698fa04946a112c
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion third_party/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down