From 68914519a3fd65ce65ba8db8962940eecf7f0fc8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 18 Oct 2022 10:03:50 +0100 Subject: [PATCH] docs(reference/reply): spelling fixes (#4358) --- docs/Reference/Reply.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Reference/Reply.md b/docs/Reference/Reply.md index 8f489ef6a8..c669790927 100644 --- a/docs/Reference/Reply.md +++ b/docs/Reference/Reply.md @@ -488,11 +488,11 @@ console.log(newSerialize === serialize) // false ### .serializeInput(data, [schema | httpStatus], [httpStatus], [contentType]) -This function will serialize the input data based on the provided schema, -or http status code. If both provided, the `httpStatus` will take presedence. +This function will serialize the input data based on the provided schema +or HTTP status code. If both are provided the `httpStatus` will take precedence. -If there is not a serialization function for a given `schema`, a new serialization -function will be compiled forwarding the `httpStatus`, and the `contentType` if provided. +If there is not a serialization function for a given `schema` a new serialization +function will be compiled, forwarding the `httpStatus` and `contentType` if provided. ```js reply