Skip to content

Commit 0b776ee

Browse files
committed
Update load-when-visible.mdx
1 parent 858ee64 commit 0b776ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/data-props/load-when-visible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default () => (
325325

326326
### Fetching State
327327

328-
The `WhenVisible` component exposes a `fetching` slot prop that you may use to display a loading indicator during subsequent refetches. This is useful because the `fallback` is only shown on the initial load, while `fetching` allows you to indicate background activity when the content is already visible.
328+
The `WhenVisible` component exposes a `fetching` slot prop that you may use to display a loading indicator during subsequent requests. This is useful because the `fallback` is only shown on the initial load, while `fetching` allows you to indicate that data is being refreshed on subsequent loads.
329329

330330
<CodeGroup>
331331

0 commit comments

Comments
 (0)