Skip to content

Commit 6cf97b4

Browse files
committed
Fix typo
1 parent 4c82806 commit 6cf97b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/resolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Whether to resolve symlinks to their symlinked location. Defaults to `true`.
293293

294294
`function`
295295

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:
296+
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:
297297

298298
```js
299299
cachePredicate: function() { return true }

0 commit comments

Comments
 (0)