8
0
Piotrek Koszuliński 8 سال پیش
والد
کامیت
6fc3214c7e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-upload/src/utils.js

+ 1 - 1
packages/ckeditor5-upload/src/utils.js

@@ -22,7 +22,7 @@ export function isImageType( file ) {
 }
 
 /**
- * Returns a model position which is optimal (in terms of UX) for inserting and image.
+ * Returns a model position which is optimal (in terms of UX) for inserting an image.
  *
  * For instance, if a selection is in a middle of a paragraph, position before this paragraph
  * will be returned, so that it's not split. If the selection is at the end of a paragraph,