Skip to content

Commit

Permalink
Internal (list): Fixed a typo in the warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski authored Jan 21, 2022
1 parent 6456fa7 commit aca6ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-list/src/liststyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export default class ListStyle extends Plugin {
constructor( editor ) {
super( editor );

logWarning( '`ListStyle` plugin is obsolete. User `ListProperties` instead.' );
logWarning( '`ListStyle` plugin is obsolete. Use `ListProperties` instead.' );
}
}

0 comments on commit aca6ab6

Please sign in to comment.