Skip to content

Commit 423a0a6

Browse files
authored
Merge pull request coderwall#66 from piperchester/patch-2
_header.html.haml: Fix typo: Javascript -> JavaScript
2 parents c4a6eea + 9361145 commit 423a0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/shared/_header.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.col.col-3.sm-col-6.md-col-8.h6
1111
%a.btn.muted-until-hover.xs-hide.sm-mr1{href: '/t/ruby/popular'} Ruby
1212
%a.btn.muted-until-hover.xs-hide{href: '/t/python/popular'} Python
13-
%a.btn.muted-until-hover.xs-hide{href: '/t/javascript/popular'} Javascript
13+
%a.btn.muted-until-hover.xs-hide{href: '/t/javascript/popular'} JavaScript
1414
%a.btn.muted-until-hover.xs-hide.sm-only-hide{href: '/t/web/popular'} Front-End
1515
%a.btn.muted-until-hover.xs-hide.sm-only-hide{href: '/t/tools/popular'} Tools
1616
%a.btn.muted-until-hover.xs-hide.sm-only-hide{href: '/t/ios/popular'} iOS
@@ -23,7 +23,7 @@
2323
.dropdown-content.bg-white.mt1.py1.border.z4{style: 'left:0'}
2424
%a.btn.py1.muted-until-hover.sm-hide{href: '/t/ruby/popular'} Ruby
2525
%a.btn.py1.muted-until-hover.sm-hide{href: '/t/python/popular'} Python
26-
%a.btn.py1.muted-until-hover.sm-hide{href: '/t/javascript/popular'} Javascript
26+
%a.btn.py1.muted-until-hover.sm-hide{href: '/t/javascript/popular'} JavaScript
2727
%a.btn.py1.muted-until-hover.md-hide.nowrap{href: '/t/web/popular'} Front-End
2828
%a.btn.py1.muted-until-hover.md-hide{href: '/t/tools/popular'} Tools
2929
%a.btn.py1.muted-until-hover.md-hide{href: '/t/ios/popular'} iOS

0 commit comments

Comments
 (0)