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.