From 1a6a29c22130bfed7af296f28b069a89ac622970 Mon Sep 17 00:00:00 2001 From: Seshal Jain Date: Fri, 4 Oct 2019 17:56:08 +0530 Subject: [PATCH] Correct typo in configuration.md (#927) --- content/en/hugo-modules/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md index c2440e953..e5fed8b32 100644 --- a/content/en/hugo-modules/configuration.md +++ b/content/en/hugo-modules/configuration.md @@ -122,7 +122,7 @@ But you should not have both. So if you add a `mounts` section you should make i {{< /code-toggle >}} source -: The source direcory of the mount. For the main project, this can be either project-relative or absolute and even a symbolic link. For other modules it must be project-relative. +: The source directory of the mount. For the main project, this can be either project-relative or absolute and even a symbolic link. For other modules it must be project-relative. target : Where it should be mounted into Hugo's virtual filesystem. It must start with one of Hugo's component folders: `static`, `content`, `layouts`, `data`, `assets`, `i18n`, or `archetypes`. E.g. `content/blog`.