Piotrek Koszuliński 8 years ago
parent
commit
6fc3214c7e
1 changed files with 1 additions and 1 deletions
  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,