From 3caebd0396dbc6dfeaeea961e9413e9f4932755f Mon Sep 17 00:00:00 2001 From: Kai Prenger Date: Tue, 24 Nov 2020 08:18:21 -0500 Subject: [PATCH] fix typo 'navidate' to 'navigate' in 2_GIT_SETUP.md --- tutorial0_serve/2_GIT_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial0_serve/2_GIT_SETUP.md b/tutorial0_serve/2_GIT_SETUP.md index 9543129..0e73eb6 100644 --- a/tutorial0_serve/2_GIT_SETUP.md +++ b/tutorial0_serve/2_GIT_SETUP.md @@ -16,7 +16,7 @@ You will now have a copy of the course repository on your own github account. Yo ### 3. Set up your deployment -To deploy your site on [Github Pages](https://help.github.com/en/github/working-with-github-pages/creating-a-github-pages-site#creating-your-site) you can go to your repository's `Settings` tab and then scroll down to `GitHub Pages` section. Select `master` as source and then your site will be avallable at `https://.github.io//`. *NOTE*: You must navidate in the URL to a folder with an index.html, or else you will get a 404. This will take a few minutes to update with any pushed changes. +To deploy your site on [Github Pages](https://help.github.com/en/github/working-with-github-pages/creating-a-github-pages-site#creating-your-site) you can go to your repository's `Settings` tab and then scroll down to `GitHub Pages` section. Select `master` as source and then your site will be avallable at `https://.github.io//`. *NOTE*: You must navigate in the URL to a folder with an index.html, or else you will get a 404. This will take a few minutes to update with any pushed changes.