@ckeditor/ckeditor5-restricted-editing 48.0.1 → 48.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import { createDropdown, addListToDropdown, MenuBarMenuView, MenuBarMenuListView
15
15
  * @module restricted-editing/restrictededitingmode/utils
16
16
  */ /**
17
17
  * Returns a single "restricted-editing-exception" marker at a given position. Contrary to
18
- * {@link module:engine/model/markercollection~MarkerCollection#getMarkersAtPosition}, it returnd a marker also when the postion is
18
+ * {@link module:engine/model/markercollection~MarkerCollection#getMarkersAtPosition}, it returns a marker also when the position is
19
19
  * equal to one of the marker's start or end positions.
20
20
  *
21
21
  * @internal