From e181e63795d137aebd209b6f7a64e63a648b4a86 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Sat, 19 Aug 2017 21:12:11 +0100 Subject: [PATCH] Correct typo on GitHub pages guide (#151) Thanks @charlieegan3 for the keen eye. --- content/hosting-and-deployment/hosting-on-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index bd930b3f4..237046ac9 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -217,7 +217,7 @@ cd .. ``` -You can then run `./deploy.sh "Your optional commit message"` to send changes to `.github.io`. Note that you likely will want to commit changes to your `` repository as well. +You can then run `./deploy.sh "Your optional commit message"` to send changes to `.github.io`. Note that you likely will want to commit changes to your `` repository as well. That's it! Your personal page should be up and running at `https://yourusername.github.io` within a couple minutes.