Skip to content

Commit cfbe675

Browse files
authored
fix: resource example (#896)
1 parent 297d9f9 commit cfbe675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/guides/fetching-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function App() {
5757
</Show>
5858
<Switch>
5959
<Match when={user.error}>
60-
<span>Error: {user.error()}</span>
60+
<span>Error: {user.error}</span>
6161
</Match>
6262
<Match when={user()}>
6363
<div>{JSON.stringify(user())}</div>

0 commit comments

Comments
 (0)