Skip to content

Commit f1143cd

Browse files
committed
Fix JavaScript capitalization.
1 parent 33e1e43 commit f1143cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/themes/dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/sass/views/tools.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
color: rgba($doc-black, 0.25);
1414
z-index: 10;
1515
&:hover {
16-
color: $theme-color;
16+
color: $doc-darkest !important;
1717
}
1818
}
1919

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h1>Text</h1>
174174
<textarea>
175175
RegExr was created by gskinner.com, and is proudly hosted by Media Temple.
176176

177-
Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & Javascript flavors of RegEx are supported.
177+
Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & JavaScript flavors of RegEx are supported.
178178

179179
The side bar includes a Cheatsheet, full Reference, and Help. You can also Save & Share with the Community, and view patterns you create or favorite in My Patterns.
180180

0 commit comments

Comments
 (0)