File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export async function fetchRevenue() {
16
16
// This is equivalent to in fetch(..., {cache: 'no-store'}).
17
17
noStore ( ) ;
18
18
try {
19
- // Artificially delay a reponse for demo purposes.
20
- // Don't do this in real life :)
19
+ // Artificially delay a response for demo purposes.
20
+ // Don't do this in production :)
21
21
22
22
// console.log('Fetching revenue data...');
23
23
// await new Promise((resolve) => setTimeout(resolve, 3000));
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export async function fetchRevenue() {
15
15
// This is equivalent to in fetch(..., {cache: 'no-store'}).
16
16
17
17
try {
18
- // Artificially delay a reponse for demo purposes.
19
- // Don't do this in real life :)
18
+ // Artificially delay a response for demo purposes.
19
+ // Don't do this in production :)
20
20
21
21
// console.log('Fetching revenue data...');
22
22
// await new Promise((resolve) => setTimeout(resolve, 3000));
You can’t perform that action at this time.
0 commit comments