From a5d4f762fb763b8c9979006285ce61574f17b0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 20 Nov 2017 14:33:23 +0100 Subject: [PATCH] Fix typo --- content/content-management/static-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/static-files.md b/content/content-management/static-files.md index a7cafe366..12d27ccf2 100644 --- a/content/content-management/static-files.md +++ b/content/content-management/static-files.md @@ -42,7 +42,7 @@ In the above, with no theme used: * The English site will get its static files as a union of "static1", "static2" and "static_en". On file duplicates, the right-most version will win. * The Norwegian site will get its static files as a union of "staticDir_override" and "static_no". -**Note:** He `2` `static2` (can be a number between 0 and 10) is added to tell Hugo that you want to **add** this directory to the global set of static directories. Using `staticDir` on the language level would replace the global value. +**Note:** The `2` `static2` (can be a number between 0 and 10) is added to tell Hugo that you want to **add** this directory to the global set of static directories. Using `staticDir` on the language level would replace the global value. **Note:** The example above is a [multihost setup](/content-management/multilingual/#configure-multilingual-multihost). In a regular setup, all the static directories will be available to all sites.