From 674d71842e327ff6ec71cdb09cd2c49f32151d65 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 17 Jun 2020 20:47:24 +0900 Subject: [PATCH] Fix Typo on Docker section of installation page Fixes: #1147 --- content/en/getting-started/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/installing.md b/content/en/getting-started/installing.md index b9c022a73..f92ad21aa 100644 --- a/content/en/getting-started/installing.md +++ b/content/en/getting-started/installing.md @@ -46,7 +46,7 @@ Ideally, you should install it somewhere in your `PATH` for easy use. `/usr/loca ### Docker -We currently do not official Hugo images for Docker, but we do recommend these up to date distributions: https://hub.docker.com/r/klakegg/hugo/ +We currently do not offer official Hugo images for Docker, but we do recommend these up to date distributions: https://hub.docker.com/r/klakegg/hugo/ ### Homebrew (macOS)