Skip to content

Commit b63ed09

Browse files
orchard0atilafassina
authored andcommitted
Update get-request-event.mdx
1 parent 28bf784 commit b63ed09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/server-utilities/get-request-event.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const event = getRequestEvent();
1515

1616
## Request
1717

18-
`.request` is the he most important property of the `RequestEvent`.
18+
`.request` is the most important property of the `RequestEvent`.
1919
This is a Web [Request object](https://developer.mozilla.org/en-US/docs/Web/API/Request) that represents the current request to the server.
2020
You can access properties off of it such as `url` and `headers`.
2121
`body`, however, does not typically need to be handled directly for things such as server functions or rendering, which already handle mapping.

0 commit comments

Comments
 (0)