From d92191512348f3cf3ce67977c95a05117b9c8833 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Mon, 11 Oct 2021 14:13:11 -0700 Subject: [PATCH] Small typo (#1539) --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 6ffd130cd..d5d6fbd16 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -346,7 +346,7 @@ Enable this to make all relative URLs relative to content root. Note that this d **Default value:** "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.