From 54d2215f1b1bfaad7dc8bf2774b28bb023a56edc Mon Sep 17 00:00:00 2001 From: Arnold Mwesigye <89772563+ArnoldCJ666@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:31:34 +0300 Subject: [PATCH] docs: Improve punctuation on remote.md. --- docs/development/remote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/remote.md b/docs/development/remote.md index 8cd318f092..e9f464805a 100644 --- a/docs/development/remote.md +++ b/docs/development/remote.md @@ -211,11 +211,11 @@ well; contributions of precise documentation for them are welcome! ``` 3. Make sure the remote server is running in VS Code (you can force-start through the Command Palette). -4. SSH to your remote machine using +4. SSH to your remote machine using: ```console $ ssh -R 52698:localhost:52698 user@example.org ``` -5. On your remote machine, run +5. On your remote machine, run: ```console $ rmate [options] file ```