We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
the
1 parent d23dd70 commit 21a2a93Copy full SHA for 21a2a93
src/routes/reference/basic-reactivity/create-resource.mdx
@@ -175,7 +175,7 @@ type Resource<T> = {
175
```
176
177
- `state`: Current state of the resource.
178
- See table below for state descriptions.
+ See the table below for state descriptions.
179
- `loading`: Indicates if the resource is currently loading.
180
- `error`: Error information if the resource failed to load.
181
- `latest`: The latest value of the resource.
0 commit comments