From c0271d266ad17b872037843b002008c54c0b51a9 Mon Sep 17 00:00:00 2001 From: clararichter Date: Fri, 12 Sep 2025 17:33:36 +0200 Subject: [PATCH] content: Add missing word in deploy-with-rsync.md --- content/en/host-and-deploy/deploy-with-rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/host-and-deploy/deploy-with-rsync.md b/content/en/host-and-deploy/deploy-with-rsync.md index d073107fe..0ad64d6fb 100644 --- a/content/en/host-and-deploy/deploy-with-rsync.md +++ b/content/en/host-and-deploy/deploy-with-rsync.md @@ -73,7 +73,7 @@ Now that you can log in with your SSH key, let's create a script to automate dep ## Shell script -Create a new script called `deploy` the root of your Hugo tree: +Create a new script called `deploy` at the root of your Hugo tree: ```txt ~/websites/topologix.fr$ editor deploy