Skip to content

Commit 47b6782

Browse files
committed
Tweak example
1 parent 9001c54 commit 47b6782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/Suspense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@ export function fetchQuote() {
31623162
resolve(
31633163
'The best way to predict the future is to invent it.'
31643164
);
3165-
}, 1000);
3165+
}, 2000);
31663166
});
31673167
}
31683168
return cache;

0 commit comments

Comments
 (0)