diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index dd672c19b9331611be3b57c380d94b2c77eed17f..41ad1ce99941441b68b26a996487de9f477b0dfe 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1024,8 +1024,7 @@ Example: This can be a base URL (e.g. `https://api.github.com`) or a hostname like `github.com` or `api.github.com`. If the value starts with `http(s)` then it will only match against URLs which start with the full base URL. Otherwise, it will be matched by checking if the URL's hostname matches the `matchHost` directly or ends with it. -When checking the end of the hostname, a single dot is prefixed to the value of `matchHost`, if one is not -already present, to ensure it can only match against whole domain segments. +When checking the end of the hostname, a single dot is prefixed to the value of `matchHost`, if one is not already present, to ensure it can only match against whole domain segments. ### timeout