aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorDeerBear <andrea.raimondi@gmail.com>2022-12-06 23:27:33 +0100
committerGitHub <noreply@github.com>2022-12-06 23:27:33 +0100
commit455884470c269939411d1704949a89f7e8d9ec7c (patch)
tree5958bcdca34008bdd1fd06a26ff3343c529604e9 /demos
parent970a0cfa23da4b7c87224d9f1b8c826fa096e56f (diff)
downloadjquery-ui-455884470c269939411d1704949a89f7e8d9ec7c.tar.gz
jquery-ui-455884470c269939411d1704949a89f7e8d9ec7c.zip
Demos: Better wording for the purposefully broken tab
Fix both grammar and punctuation in one tabs demo. Closes gh-2139
Diffstat (limited to 'demos')
-rw-r--r--demos/tabs/ajax.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html
index f10e6480e..876d19973 100644
--- a/demos/tabs/ajax.html
+++ b/demos/tabs/ajax.html
@@ -12,8 +12,8 @@
beforeLoad: function( event, ui ) {
ui.jqXHR.fail(function() {
ui.panel.html(
- "Couldn't load this tab. We'll try to fix this as soon as possible. " +
- "If this wouldn't be a demo." );
+ "Couldn't load this tab. We'd try to fix this as soon as possible " +
+ "if this weren't a demo." );
});
}
});