Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: A minor correction in the WidgetToolbarRepository docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jan 11, 2019
1 parent 51a33ce commit 926ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgettoolbarrepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
*
* widgetToolbarRepository.register( 'image', {
* items: editor.config.get( 'image.toolbar' ),
* getRelatedElement: viewSelection => getSelectedImageWidget( viewSelection )
* getRelatedElement: getSelectedImageWidget
* } );
* }
* }
Expand Down

0 comments on commit 926ed57

Please sign in to comment.