Skip to content

Commit 1af31fb

Browse files
committed
corrected typo in example7 of popup
1 parent 6d35418 commit 1af31fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/popup/example7.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<div data-role="popup" id="popupUndismissable" class="ui-content" style="max-width:280px" data-dismissable="false">
4343
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-left">Close</a>
44-
<p>I have the <code>data-dismissable</code> attribute set to <code>false</code>. I'm not closeable be clicking outside of me.</p>
44+
<p>I have the <code>data-dismissable</code> attribute set to <code>false</code>. I'm not closeable by clicking outside of me.</p>
4545
</div>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)