Skip to content

Commit

Permalink
Demos: Better wording for the purposefully broken tab
Browse files Browse the repository at this point in the history
Fix both grammar and punctuation in one tabs demo.

Closes gh-2139
  • Loading branch information
DeerBear committed Dec 6, 2022
1 parent 970a0cf commit 4558844
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4558844

Please sign in to comment.