From acca921184e13d7d1ac0eb63fc3dc3b5bcc3f58d Mon Sep 17 00:00:00 2001 From: Au <259848+vuau@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:36:53 +0700 Subject: [PATCH] Update sink-list-item.md (#3629) correct text copy --- docs/api/commands/sink-list-item.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/commands/sink-list-item.md b/docs/api/commands/sink-list-item.md index c4b0afc88..b28ef0f9d 100644 --- a/docs/api/commands/sink-list-item.md +++ b/docs/api/commands/sink-list-item.md @@ -3,5 +3,5 @@ The `sinkListItem` will try to sink the list item around the current selection d ## Usage ```js -editor.commands.liftListItem() +editor.commands.sinkListItem() ```