Skip to content

Commit 7e12cf5

Browse files
committed
Fix lazy sandbox reload instruction
1 parent c7d6b70 commit 7e12cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ body {
175175

176176
</Sandpack>
177177

178-
This demo loads with an artificial delay. The next time you untick and tick the checkbox, `Preview` will be cached, so there will be no loading state. To see the loading state again, click "Reset" on the sandbox.
178+
This demo loads with an artificial delay. The next time you untick and tick the checkbox, `Preview` will be cached, so there will be no loading state. To see the loading state again, click "Reload" on the sandbox.
179179

180180
[Learn more about managing loading states with Suspense.](/reference/react/Suspense)
181181

0 commit comments

Comments
 (0)