Browse Source

Merge remote-tracking branch 'origin/i/6364' into i/6364

Aleksander Nowodzinski 5 years ago
parent
commit
87e00f4641
1 changed files with 1 additions and 1 deletions
  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 {@link module:engine/model/element~Element Element} contained by a range.
+	 * Returns an {@link module:engine/model/element~Element 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.
 	 *