From 32a00607f1c74b5ee12db005e7524ec1783bb2ac Mon Sep 17 00:00:00 2001 From: Eric Dahl Date: Mon, 18 Nov 2013 16:45:12 -0600 Subject: [PATCH] Demos: Fix small typos --- demos/spinner/latlong.html | 2 +- demos/tabs/manipulation.html | 2 +- demos/tooltip/video-player.html | 2 +- demos/widget/default.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html index 56338205c..1c419ad6b 100644 --- a/demos/spinner/latlong.html +++ b/demos/spinner/latlong.html @@ -51,7 +51,7 @@
-

Google Maps integration, using spinners to change latidude and longitude.

+

Google Maps integration, using spinners to change latitude and longitude.

diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html index 61a59271b..62239c4b7 100644 --- a/demos/tabs/manipulation.html +++ b/demos/tabs/manipulation.html @@ -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, diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html index f95e2de66..3a4bc777f 100644 --- a/demos/tooltip/video-player.html +++ b/demos/tooltip/video-player.html @@ -107,7 +107,7 @@ - +
diff --git a/demos/widget/default.html b/demos/widget/default.html index 444de83b6..0ffc67138 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -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, -- 2.39.5