8
0
فهرست منبع

Update packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Maciej 5 سال پیش
والد
کامیت
1f0b6db87d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

+ 1 - 1
packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

@@ -17,7 +17,7 @@ import EmitterMixin from '@ckeditor/ckeditor5-utils/src/emittermixin';
 import mix from '@ckeditor/ckeditor5-utils/src/mix';
 
 /**
- * `UpcastDispatcher` is a central point of the model to view conversion, which is a process of
+ * `UpcastDispatcher` is a central point of the view to model conversion, which is a process of
  * converting given {@link module:engine/view/documentfragment~DocumentFragment view document fragment} or
  * {@link module:engine/view/element~Element view element} into a correct model structure.
  *