Skip to content

Commit 21a2a93

Browse files
committed
add the
1 parent d23dd70 commit 21a2a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/basic-reactivity/create-resource.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ type Resource<T> = {
175175
```
176176

177177
- `state`: Current state of the resource.
178-
See table below for state descriptions.
178+
See the table below for state descriptions.
179179
- `loading`: Indicates if the resource is currently loading.
180180
- `error`: Error information if the resource failed to load.
181181
- `latest`: The latest value of the resource.

0 commit comments

Comments
 (0)