From c4354d98eceb6fbfb1f4b393345bb044b46a0223 Mon Sep 17 00:00:00 2001 From: Steffen Weidenhaus Date: Sat, 31 Oct 2020 09:32:40 +0100 Subject: [PATCH] Fix type in getting-started.md Changed `form` to `from` --- exampleSite/content/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/usage/getting-started.md b/exampleSite/content/usage/getting-started.md index 94545c0..deec6aa 100644 --- a/exampleSite/content/usage/getting-started.md +++ b/exampleSite/content/usage/getting-started.md @@ -41,7 +41,7 @@ To prepare your new site environment just a few steps are required: cd demosite ``` -3. Install the Geekdoc theme from a [release bundle](#option-1-download-pre-build-release-bundle) (recommended) or form [Git branch](#option-2-clone-the-github-repository). +3. Install the Geekdoc theme from a [release bundle](#option-1-download-pre-build-release-bundle) (recommended) or from [Git branch](#option-2-clone-the-github-repository). 4. Create the minimal required Hugo configuration `config.toml`. For all configuration options see [here](/usage/configuration/).