Skip to content

Commit 26f36ce

Browse files
Update src/routes/reference/basic-reactivity/create-resource.mdx
Co-authored-by: Amir Hossein Hashemi <87268103+amirhhashemi@users.noreply.github.com>
1 parent 9f6935f commit 26f36ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ interface ResourceOptions<T, S = unknown> {
9595
Reactive data source evaluated before the fetcher runs.
9696
When the value is `undefined`, `null`, or `false`, the fetcher is not called.
9797
Otherwise the current value is passed as the first fetcher argument.
98-
Each change to a truthy value triggers the fetcher again.
98+
Each change triggers the fetcher again.
9999

100100
### `fetcher`
101101

0 commit comments

Comments
 (0)