Skip to content

Commit 1d732b3

Browse files
authored
chore: fix typo in docs (#1201)
1 parent e530e71 commit 1d732b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.guide/1.basics/5.response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ H3 smartly converts JavaScript values into web [Response](https://developer.mozi
5959

6060
### JSON Serializable Value
6161

62-
Returning a [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) serializable value (**object**, **array**, **number** or **boolean**), it will be stringified using [JSON.stringiy()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) and sent with default `application/json` content-type.
62+
Returning a [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) serializable value (**object**, **array**, **number** or **boolean**), it will be stringified using [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) and sent with default `application/json` content-type.
6363

6464
**Example:**
6565

0 commit comments

Comments
 (0)