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 3bcb8cf commit 05ba10dCopy full SHA for 05ba10d
docs/Reference/Request.md
@@ -161,7 +161,7 @@ This function will compile a validation schema and
161
return a function that can be used to validate data.
162
The function returned (a.k.a. _validation function_) is compiled
163
by using the provided [`SchemaController#ValidationCompiler`](./Server.md#schema-controller).
164
-A `WeakMap` is used to cached this, reducing compilation calls.
+A `WeakMap` is used to cache this, reducing compilation calls.
165
166
The optional parameter `httpPart`, if provided, is forwarded directly
167
the `ValidationCompiler`, so it can be used to compile the validation
0 commit comments