Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
readme.md typo fix: glpyhs -> glyphs (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
yadimon authored and sapegin committed Mar 29, 2017
1 parent 223bb89 commit fa081a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ And finally, the third, for `icon-web-home.html`, a file that has access to the
<h1><%= homeHeading %></h1>
<p><%= homeMessage %></p>
<ul>
<% for (var i = 0; i < glpyhs.length; i++) { %>
<% for (var i = 0; i < glyphs.length; i++) { %>
<li><a href="#"><%= glyphs[i] %></a></li>
<% } %>
</ul>
Expand Down

0 comments on commit fa081a7

Please sign in to comment.