Skip to content

Commit 1f8b2d0

Browse files
committed
Fix a typo problem
1 parent 7e60e42 commit 1f8b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="muted">Intro.js</h3>
3333
<hr>
3434

3535
<div class="jumbotron">
36-
<h1 data-step="1" data-intro="This is a tooltip!">Basic Usage</span></h1>
36+
<h1 data-step="1" data-intro="This is a tooltip!">Basic Usage</h1>
3737
<p class="lead" data-step="4" data-intro="Another step.">This is the basic usage of IntroJs, with <code>data-step</code> and <code>data-intro</code> attributes.</p>
3838
<a class="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
3939
</div>

0 commit comments

Comments
 (0)