Skip to content

Commit

Permalink
Corrected doc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jan 30, 2018
1 parent d161e8a commit c595592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/imagebase/features/caption.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
return function( editor, bot ) {
addTestWidget( editor );

// Make sure the editor is focused, othrwise Edge/IE11 will throw Permission Denied error.
// Make sure the editor is focused, otherwise Edge/IE11 will throw Permission Denied error.
editor.focus();

bot.setData( getFixture( options.fixture ), function() {
Expand Down

0 comments on commit c595592

Please sign in to comment.