Skip to content

Commit

Permalink
Typo in getSiblingsNodes method description
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidKossowski committed Sep 6, 2022
1 parent 822fda7 commit 3c3bbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-list/src/list/utils.js
Expand Up @@ -289,7 +289,7 @@ export function findNestedList( viewElement ) {
*
* It means that values of `listIndent`, `listType`, `listStyle`, `listReversed` and `listStart` for all items are equal.
*
* Additionally, if the `position` is inside a list item that list item will be returned as well.
* Additionally, if the `position` is inside a list item, that list item will be returned as well.
*
* @param {module:engine/model/position~Position} position Starting position.
* @param {'forward'|'backward'} direction Walking direction.
Expand Down

0 comments on commit 3c3bbe0

Please sign in to comment.