Skip to content

Commit 3e040b3

Browse files
authored
docs(configuration): fix typo (#3924)
1 parent 9c52ee8 commit 3e040b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/other-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ __webpack.config.js__
293293
module.exports = {
294294
//..
295295
cache: {
296-
idleTimoutForInitialStore: 0
296+
idleTimeoutForInitialStore: 0
297297
}
298298
};
299299
```

0 commit comments

Comments
 (0)