Răsfoiți Sursa

Small fixes in docs.

Piotr Jasiun 7 ani în urmă
părinte
comite
0c4a101902
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-engine/src/model/model.js

+ 1 - 1
packages/ckeditor5-engine/src/model/model.js

@@ -298,7 +298,7 @@ export default class Model {
 	 *
 	 *		editor.model.insertContent( modelFragment );
 	 *
-	 * By default the method will use document selection but it can be also used with position or range instances.
+	 * By default the method will use document selection but it can be also used with position, range or selection instances.
 	 *
 	 *		// Insert text at current document selection position.
 	 *		editor.model.change( writer => {