Add missing word to Module section

This commit is contained in:
Daniel Ruf
2020-06-01 17:53:28 +02:00
committed by Bjørn Erik Pedersen
parent 80ced9062c
commit 93b8064931
+1 -1
View File
@@ -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/<your_user>/<your_project>`
2. Import the theme in your `config.toml`: