From 88cbd7a783c955a1b27a2b123c6fb07e264408ca Mon Sep 17 00:00:00 2001 From: Nicholas Paxford Date: Mon, 14 Mar 2022 12:02:41 +0100 Subject: [PATCH] Update manual.md (#8997) Merge pull request 8997 --- docs/_docs/deployment/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/deployment/manual.md b/docs/_docs/deployment/manual.md index be1054a0..b0805c16 100644 --- a/docs/_docs/deployment/manual.md +++ b/docs/_docs/deployment/manual.md @@ -25,7 +25,7 @@ low-volume blogs as you only pay for what you use. ## FTP -Most traditional web hosting provider let you upload files to their servers over FTP. To upload a Jekyll site to a web host using FTP, run the `jekyll build` command and copy the contents of the generated `_site` folder to the root folder of your hosting account. This is most likely to be the `httpdocs` or `public_html` folder on most hosting providers. +Most traditional web hosting providers let you upload files to their servers over FTP. To upload a Jekyll site to a web host using FTP, run the `jekyll build` command and copy the contents of the generated `_site` folder to the root folder of your hosting account. This is most likely to be the `httpdocs` or `public_html` folder on most hosting providers. ## scp