From 3c3bbe0b3000afd187637505afcc91d217b3b8d8 Mon Sep 17 00:00:00 2001 From: DawidKossowski Date: Tue, 6 Sep 2022 13:19:04 +0200 Subject: [PATCH] Typo in getSiblingsNodes method description --- packages/ckeditor5-list/src/list/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-list/src/list/utils.js b/packages/ckeditor5-list/src/list/utils.js index 104c7be094f..a56a21f5d56 100644 --- a/packages/ckeditor5-list/src/list/utils.js +++ b/packages/ckeditor5-list/src/list/utils.js @@ -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.