Skip to content

Commit

Permalink
docs(reference/reply): spelling fixes (#4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 18, 2022
1 parent 7c8ff17 commit 6891451
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Reference/Reply.md
Expand Up @@ -488,11 +488,11 @@ console.log(newSerialize === serialize) // false
### .serializeInput(data, [schema | httpStatus], [httpStatus], [contentType])
<a id="serializeinput"></a>

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
Expand Down

0 comments on commit 6891451

Please sign in to comment.