Skip to content

Commit 05ba10d

Browse files
authored
docs: fix typo (fastify#5921)
Signed-off-by: FKPSC <[email protected]>
1 parent 3bcb8cf commit 05ba10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Reference/Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ This function will compile a validation schema and
161161
return a function that can be used to validate data.
162162
The function returned (a.k.a. _validation function_) is compiled
163163
by using the provided [`SchemaController#ValidationCompiler`](./Server.md#schema-controller).
164-
A `WeakMap` is used to cached this, reducing compilation calls.
164+
A `WeakMap` is used to cache this, reducing compilation calls.
165165

166166
The optional parameter `httpPart`, if provided, is forwarded directly
167167
the `ValidationCompiler`, so it can be used to compile the validation

0 commit comments

Comments
 (0)