From 6507dc7ebc41e2e0f788d9951507763a023ce10a Mon Sep 17 00:00:00 2001 From: chenxsan Date: Thu, 20 Aug 2020 21:04:06 +0800 Subject: [PATCH] docs(configuration): fix typo --- src/content/configuration/other-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/other-options.md b/src/content/configuration/other-options.md index bb23099a6699..00a0ef610929 100644 --- a/src/content/configuration/other-options.md +++ b/src/content/configuration/other-options.md @@ -293,7 +293,7 @@ __webpack.config.js__ module.exports = { //.. cache: { - idleTimoutForInitialStore: 0 + idleTimeoutForInitialStore: 0 } }; ```