diff --git a/docs/api/commands/select-node-backward.md b/docs/api/commands/select-node-backward.md index ff2f42d5..7240451b 100644 --- a/docs/api/commands/select-node-backward.md +++ b/docs/api/commands/select-node-backward.md @@ -1,5 +1,5 @@ # selectNodeBackward -If the selection is empty and at the start of a textblock, `selectNodeBackward` will select the node before the current textblock if possible. +If the selection is empty and at the start of a textblock, `selectNodeBackward` will select the node before the current textblock if possible. ## Usage ```js diff --git a/docs/api/commands/select-node-forward.md b/docs/api/commands/select-node-forward.md index c843b023..32f5614a 100644 --- a/docs/api/commands/select-node-forward.md +++ b/docs/api/commands/select-node-forward.md @@ -1,5 +1,5 @@ # selectNodeForward -If the selection is empty and at the end of a textblock, `selectNodeForward` will select the node after the current textblock if possible. +If the selection is empty and at the end of a textblock, `selectNodeForward` will select the node after the current textblock if possible. ## Usage ```js