Skip to content

Commit 5975c17

Browse files
rollback content change
1 parent d002332 commit 5975c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/pages/server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ A couple of notes:
108108

109109
### Body
110110

111-
To return just the body of the page, you can use the `getBody` API. You will get access to the [compilation](/docs/reference/appendix/#compilation), page specific data, and the incoming request.
111+
To return just the body of the page, you can use the `getBody` API. You will get access the [compilation](/docs/reference/appendix/#compilation), page specific data, and the incoming request.
112112

113113
In this example, we return a list of users from an API as HTML:
114114

0 commit comments

Comments
 (0)