From: DeerBear Date: Tue, 6 Dec 2022 22:27:33 +0000 (+0100) Subject: Demos: Better wording for the purposefully broken tab X-Git-Tag: 1.13.3~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=455884470c269939411d1704949a89f7e8d9ec7c;p=jquery-ui.git Demos: Better wording for the purposefully broken tab Fix both grammar and punctuation in one tabs demo. Closes gh-2139 --- 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." ); }); } });