We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c82806 commit 6cf97b4Copy full SHA for 6cf97b4
content/configuration/resolve.md
@@ -293,7 +293,7 @@ Whether to resolve symlinks to their symlinked location. Defaults to `true`.
293
294
`function`
295
296
-A function which decides wheter a request should be cached or not. An object is passed to the function with `path` and `request` properties. Default:
+A function which decides whether a request should be cached or not. An object is passed to the function with `path` and `request` properties. Default:
297
298
```js
299
cachePredicate: function() { return true }
0 commit comments