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

Commit f75f85a

Browse files
committed
chore(demo): fix extra character typo
1 parent e1c9dc0 commit f75f85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Directives <b class="caret"></b>
4343
</a>
4444
<ul class="dropdown-menu">
45-
<% demoModules.forEach(function(module) { %><li><a href="#<%= module.name %>"><%= module.displayName %></a></li>s<% }); %>
45+
<% demoModules.forEach(function(module) { %><li><a href="#<%= module.name %>"><%= module.displayName %></a></li><% }); %>
4646
</ul>
4747
</li>
4848
<li><a href="#getting_started">Getting started</a></li>

0 commit comments

Comments
 (0)