Skip to content

Commit 32a0060

Browse files
ericdahltjvantoll
authored andcommitted
Demos: Fix small typos
1 parent 9fd0e86 commit 32a0060

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/spinner/latlong.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div id="map"></div>
5252

5353
<div class="demo-description">
54-
<p>Google Maps integration, using spinners to change latidude and longitude.</p>
54+
<p>Google Maps integration, using spinners to change latitude and longitude.</p>
5555
</div>
5656
</body>
5757
</html>

demos/tabs/manipulation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
var tabs = $( "#tabs" ).tabs();
3131

32-
// modal dialog init: custom buttons and a "close" callback reseting the form inside
32+
// modal dialog init: custom buttons and a "close" callback resetting the form inside
3333
var dialog = $( "#dialog" ).dialog({
3434
autoOpen: false,
3535
modal: true,

demos/tooltip/video-player.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<button class="menu" data-icon="ui-icon-triangle-1-s">Add to favorites or playlist</button>
108108
</div>
109109
<button title="Share this video">Share</button>
110-
<button data-icon="ui-icon-alert">Flag as inappropiate</button>
110+
<button data-icon="ui-icon-alert">Flag as inappropriate</button>
111111
</div>
112112

113113
<div class="demo-description">

demos/widget/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
}
150150
});
151151

152-
// click to set options after initalization
152+
// click to set options after initialization
153153
$( "#black" ).click( function() {
154154
$( ":custom-colorize" ).colorize( "option", {
155155
red: 0,

0 commit comments

Comments
 (0)