From 93b8064931795a163bbce1172b4c3cebf22ed300 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 1 Jun 2020 17:53:28 +0200 Subject: [PATCH] Add missing word to Module section --- content/en/hugo-modules/use-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/use-modules.md b/content/en/hugo-modules/use-modules.md index baf68d21b..3a6f52b36 100644 --- a/content/en/hugo-modules/use-modules.md +++ b/content/en/hugo-modules/use-modules.md @@ -33,7 +33,7 @@ hugo mod init github.com/gohugoio/myShortcodes Also see the [CLI Doc](/commands/hugo_mod_init/). ## Use a Module for a Theme -The easiest way to use a for a theme is to import it in the config. +The easiest way to use a Module for a theme is to import it in the config. 1. Initialize the hugo module system: `hugo mod init github.com//` 2. Import the theme in your `config.toml`: