diff options
author | Joe George <joe@zeroc.com> | 2015-06-01 15:25:52 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-06-01 15:25:52 -0400 |
commit | 8753e6e77579d2db6e2cf26aafc40e7066e1a710 (patch) | |
tree | 6eba57067d82e7a4bd2558f6389f68e8355a94bc /js | |
parent | Fix ICE-6549 (diff) | |
download | ice-8753e6e77579d2db6e2cf26aafc40e7066e1a710.tar.bz2 ice-8753e6e77579d2db6e2cf26aafc40e7066e1a710.tar.xz ice-8753e6e77579d2db6e2cf26aafc40e7066e1a710.zip |
Fix spelling of JavaScript
Diffstat (limited to 'js')
-rw-r--r-- | js/test/Common/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html index 3842fff78d5..52eed71dbcf 100644 --- a/js/test/Common/index.html +++ b/js/test/Common/index.html @@ -11,7 +11,7 @@ <nav class="top-bar" data-topbar> <ul class="title-area"> <li class="name"> - <h1><a href="#">Ice for Javascript</a></h1> + <h1><a href="#">Ice for JavaScript</a></h1> </li> <li class="toggle-topbar menu-icon"><a href="#">Menu</a></li> </ul> |