Skip to content

Commit

Permalink
Fixed typo in plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
AnrDaemon authored and mlewand committed Aug 18, 2018
1 parent 6617995 commit 687c126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/js/sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var initSample = ( function() {
);
}

// Depending on the wysiwygare plugin availability initialize classic or inline editor.
// Depending on the wysiwygarea plugin availability initialize classic or inline editor.
if ( wysiwygareaAvailable ) {
CKEDITOR.replace( 'editor' );
} else {
Expand Down

0 comments on commit 687c126

Please sign in to comment.