From e426e096f05b57d0c814bef9df100a96be751522 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Wed, 8 Jun 2022 13:07:12 +0200 Subject: [PATCH] docs: remove stray spaces in docs --- docs/api/commands/select-node-backward.md | 2 +- docs/api/commands/select-node-forward.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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