Skip to content

Commit e2cb935

Browse files
authored
Update reload.mdx Typo
replace extens with extends
1 parent e4d0b5b commit e2cb935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/solid-router/reference/response-helpers

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)