瀏覽代碼

Update src/model/range.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Aleksander Nowodzinski 5 年之前
父節點
當前提交
2afaf35dbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/src/model/range.js

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

@@ -502,7 +502,7 @@ export default class Range {
 	}
 
 	/**
-	 * Returns an element contained by a range. The element will be returned when it is the **only** node
+	 * Returns an element contained by the range. The element will be returned when it is the **only** node
 	 * within the range and **fully–contained** at the same time.
 	 *
 	 * @returns {module:engine/model/element~Element|null}