Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Demos: Better wording for the purposefully broken tab
Fix both grammar and punctuation in one tabs demo.

Closes jquerygh-2139
  • Loading branch information
DeerBear authored Dec 6, 2022
commit 455884470c269939411d1704949a89f7e8d9ec7c
4 changes: 2 additions & 2 deletions demos/tabs/ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -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." );
});
}
});
Expand Down