8
0
Pārlūkot izejas kodu

Update packages/ckeditor5-widget/src/widgettypearound/widgettypearound.js

Co-authored-by: Piotrek Koszuliński <pkoszulinski@gmail.com>
Aleksander Nowodzinski 5 gadi atpakaļ
vecāks
revīzija
3c842ecba0

+ 1 - 1
packages/ckeditor5-widget/src/widgettypearound/widgettypearound.js

@@ -28,7 +28,7 @@ const POSSIBLE_INSERTION_POSITIONS = [ 'before', 'after' ];
 let CACHED_RETURN_ARROW_ICON;
 
 /**
- * A plugin which allows users to type around widgets where normally it is impossible to place the caret due
+ * A plugin that allows users to type around widgets where normally it is impossible to place the caret due
  * to limitations of web browsers. These "tight spots" occur, for instance, before (or after) a widget being
  * the first (or last) child of its parent or between two block widgets.
  *