Skip to content
Snippets Groups Projects
Commit 4c66400c authored by Jim's avatar Jim Committed by Marijn Haverbeke
Browse files

Correct typo in codemirror.css (`actuall` vs `actual`)

There was a typo in one of the comments (`actuall` vs `actual`).
parent b7f07850
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actuall scrolling happens, thus preventing shaking and
before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
position: absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment