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 } }; ```