8
0
فهرست منبع

Fix a typo in mapper-helpers.

Co-Authored-By: jodator <jodator@gmail.com>
Maciej Bukowski 7 سال پیش
والد
کامیت
0e8612bb71
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-engine/src/conversion/mapper-helpers.js

+ 1 - 1
packages/ckeditor5-engine/src/conversion/mapper-helpers.js

@@ -67,7 +67,7 @@ export function mapViewPositionInsideInlineElement( model ) {
  *
  *
  *		editor.editing.mapper.on( 'modelToView', mapModelPositionOnInlineElement( model, view ) );
  *		editor.editing.mapper.on( 'modelToView', mapModelPositionOnInlineElement( model, view ) );
  *
  *
- * This methods ensures that selection set on inline element is set outside surrounding text nodes as by default the position would be set
+ * This method ensures that selection set on an inline element is set outside surrounding text nodes as by default the position would be set
  * at the end or begging of a text node that is previous/next to the inline element:
  * at the end or begging of a text node that is previous/next to the inline element:
  *
  *
  * Without this mapper helper the selection would set inside text nodes:
  * Without this mapper helper the selection would set inside text nodes: