Skip to content

Commit 28cab9d

Browse files
authored
Update reload.mdx Typo (#1197)
1 parent 31ec355 commit 28cab9d

File tree

1 file changed

+1
-1
lines changed
  • src/routes/solid-router/reference/response-helpers

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/response-helpers/reload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ interface ResponseOptions & Omit<ResponseInit, "body"> {
2929
reload(opt?: ResponseOptions): CustomResponse<never>;
3030
```
3131

32-
The `ResponseOptions` extens the types from the native [`ResponseInit`](https://developer.mozilla.org/en-US/docs/Web/API/Response/Response#options) interface.
32+
The `ResponseOptions` extends the types from the native [`ResponseInit`](https://developer.mozilla.org/en-US/docs/Web/API/Response/Response#options) interface.

0 commit comments

Comments
 (0)