diff options
author | DeerBear <andrea.raimondi@gmail.com> | 2022-12-06 23:27:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 23:27:33 +0100 |
commit | 455884470c269939411d1704949a89f7e8d9ec7c (patch) | |
tree | 5958bcdca34008bdd1fd06a26ff3343c529604e9 /demos | |
parent | 970a0cfa23da4b7c87224d9f1b8c826fa096e56f (diff) | |
download | jquery-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.html | 4 |
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." ); }); } }); |