Skip to content

Commit

Permalink
Fix typo in nojs message (#1807)
Browse files Browse the repository at this point in the history
JavasSript -> JavaScript
  • Loading branch information
nickhobbs94 committed Jul 9, 2021
1 parent a8c9688 commit afa4341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<div id="touchnav-wrapper">

<div id="nojs" class="do-not-print">
<p><strong>Notice:</strong> While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavasSript on for the full experience. </p>
<p><strong>Notice:</strong> While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience. </p>
</div>

<!--[if lte IE 8]>
Expand Down

0 comments on commit afa4341

Please sign in to comment.