Demos: Fix small typos

This commit is contained in:
Eric Dahl 2013-11-18 16:45:12 -06:00 committed by TJ VanToll
parent 9fd0e86820
commit 32a00607f1
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@
<div id="map"></div>
<div class="demo-description">
<p>Google Maps integration, using spinners to change latidude and longitude.</p>
<p>Google Maps integration, using spinners to change latitude and longitude.</p>
</div>
</body>
</html>

View File

@ -29,7 +29,7 @@
var tabs = $( "#tabs" ).tabs();
// modal dialog init: custom buttons and a "close" callback reseting the form inside
// modal dialog init: custom buttons and a "close" callback resetting the form inside
var dialog = $( "#dialog" ).dialog({
autoOpen: false,
modal: true,

View File

@ -107,7 +107,7 @@
<button class="menu" data-icon="ui-icon-triangle-1-s">Add to favorites or playlist</button>
</div>
<button title="Share this video">Share</button>
<button data-icon="ui-icon-alert">Flag as inappropiate</button>
<button data-icon="ui-icon-alert">Flag as inappropriate</button>
</div>
<div class="demo-description">

View File

@ -149,7 +149,7 @@
}
});
// click to set options after initalization
// click to set options after initialization
$( "#black" ).click( function() {
$( ":custom-colorize" ).colorize( "option", {
red: 0,