Skip to content

Commit 4558844

Browse files
authored
Demos: Better wording for the purposefully broken tab
Fix both grammar and punctuation in one tabs demo. Closes gh-2139
1 parent 970a0cf commit 4558844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/tabs/ajax.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
beforeLoad: function( event, ui ) {
1313
ui.jqXHR.fail(function() {
1414
ui.panel.html(
15-
"Couldn't load this tab. We'll try to fix this as soon as possible. " +
16-
"If this wouldn't be a demo." );
15+
"Couldn't load this tab. We'd try to fix this as soon as possible " +
16+
"if this weren't a demo." );
1717
});
1818
}
1919
});

0 commit comments

Comments
 (0)