Skip to content

Commit 6865828

Browse files
harshmangalamHarsh Mangalam
and
Harsh Mangalam
authored
fix typo (#749)
Co-authored-by: Harsh Mangalam <harshmangalam@Harshs-MacBook-Air.local>
1 parent 4f51f60 commit 6865828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/advanced/return-responses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const hello = GET(async (name: string) => {
2525
});
2626
```
2727

28-
However, in the this example, since `redirect` and `reload` return `never` as their type, `getUser` can only return a value of type `Promise<User>`:
28+
However, in this example, since `redirect` and `reload` return `never` as their type, `getUser` can only return a value of type `Promise<User>`:
2929

3030
```tsx { 4, 10, 14}
3131
export async function getUser() {

0 commit comments

Comments
 (0)