From f8b0f31c6debaa17342adec04633ff8f82cf476b Mon Sep 17 00:00:00 2001 From: Devin Schulz Date: Mon, 11 Mar 2019 09:56:42 -0400 Subject: [PATCH] Fix typo in cross references logg -> log --- content/en/content-management/cross-references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/cross-references.md b/content/en/content-management/cross-references.md index 145c2d338..f51271306 100644 --- a/content/en/content-management/cross-references.md +++ b/content/en/content-management/cross-references.md @@ -76,7 +76,7 @@ More information about document unique identifiers and headings can be found [be The behaviour can, since Hugo 0.45, be configured in `config.toml`: refLinksErrorLevel ("ERROR") -: When using `ref` or `relref` to resolve page links and a link cannot resolved, it will be logged with this logg level. Valid values are `ERROR` (default) or `WARNING`. Any `ERROR` will fail the build (`exit -1`). +: When using `ref` or `relref` to resolve page links and a link cannot resolved, it will be logged with this log level. Valid values are `ERROR` (default) or `WARNING`. Any `ERROR` will fail the build (`exit -1`). refLinksNotFoundURL : URL to be used as a placeholder when a page reference cannot be found in `ref` or `relref`. Is used as-is.