From 087b76347802bff78379c780bea130f8aaa8d3b0 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 26 Jul 2016 09:09:57 -0400 Subject: [PATCH] Removed confusing word repetition. Deleted both instances of "yourself" in the first sentence under "Self-managed web server". --- site/_docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/deployment-methods.md b/site/_docs/deployment-methods.md index 787089f5..9436ef4b 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -17,7 +17,7 @@ send them to your host through FTP. ## Self-managed web server -If you have direct access yourself to the deployment web server yourself, the process is essentially the same, except you might have other methods available to you (such as `scp`, or even direct filesystem access) for transferring the files. Just remember to make sure the contents of the generated `_site` folder get placed in the appropriate web root directory for your web server. +If you have direct access to the deployment web server, the process is essentially the same, except you might have other methods available to you (such as `scp`, or even direct filesystem access) for transferring the files. Just remember to make sure the contents of the generated `_site` folder get placed in the appropriate web root directory for your web server. ## Automated methods