Explorar o código

Small fixes in docs.

Piotr Jasiun %!s(int64=7) %!d(string=hai) anos
pai
achega
0c4a101902
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {