From 172b2454fc126103acc22157820d77b814b7bd10 Mon Sep 17 00:00:00 2001 From: Jamie King Date: Mon, 2 May 2022 16:04:47 -0700 Subject: [PATCH] docs(configuration): fix typo Co-authored-by: Matthew Mallimo --- docs/api/modules/App-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/modules/App-Configuration.md b/docs/api/modules/App-Configuration.md index d6bec1b61..052b56a73 100644 --- a/docs/api/modules/App-Configuration.md +++ b/docs/api/modules/App-Configuration.md @@ -499,7 +499,7 @@ if (!global.BROWSER) { } ``` -The `dnsCache` option allows for enabling applcation-level DNS caching. It is disabled by default. When enabled, the dedault max TTL is `Infinity`. +The `dnsCache` option allows for enabling applcation-level DNS caching. It is disabled by default. When enabled, the default max TTL is `Infinity`. ## `validateStateConfig`