@@ -163,7 +163,7 @@ function use(promise) {
163
163
```
164
164
165
165
``` js data.js hidden
166
- // Note: the way you would do data fething depends on
166
+ // Note: the way you would do data fetching depends on
167
167
// the framework that you use together with Suspense.
168
168
// Normally, the caching logic would be inside a framework.
169
169
@@ -452,7 +452,7 @@ function use(promise) {
452
452
```
453
453
454
454
``` js data.js hidden
455
- // Note: the way you would do data fething depends on
455
+ // Note: the way you would do data fetching depends on
456
456
// the framework that you use together with Suspense.
457
457
// Normally, the caching logic would be inside a framework.
458
458
@@ -789,7 +789,7 @@ function use(promise) {
789
789
```
790
790
791
791
``` js data.js hidden
792
- // Note: the way you would do data fething depends on
792
+ // Note: the way you would do data fetching depends on
793
793
// the framework that you use together with Suspense.
794
794
// Normally, the caching logic would be inside a framework.
795
795
@@ -1018,7 +1018,7 @@ function use(promise) {
1018
1018
```
1019
1019
1020
1020
``` js data.js hidden
1021
- // Note: the way you would do data fething depends on
1021
+ // Note: the way you would do data fetching depends on
1022
1022
// the framework that you use together with Suspense.
1023
1023
// Normally, the caching logic would be inside a framework.
1024
1024
@@ -1247,7 +1247,7 @@ function use(promise) {
1247
1247
```
1248
1248
1249
1249
``` js data.js hidden
1250
- // Note: the way you would do data fething depends on
1250
+ // Note: the way you would do data fetching depends on
1251
1251
// the framework that you use together with Suspense.
1252
1252
// Normally, the caching logic would be inside a framework.
1253
1253
@@ -1581,7 +1581,7 @@ export default function Panel({ children }) {
1581
1581
```
1582
1582
1583
1583
``` js data.js hidden
1584
- // Note: the way you would do data fething depends on
1584
+ // Note: the way you would do data fetching depends on
1585
1585
// the framework that you use together with Suspense.
1586
1586
// Normally, the caching logic would be inside a framework.
1587
1587
@@ -1968,7 +1968,7 @@ export default function Panel({ children }) {
1968
1968
` ` `
1969
1969
1970
1970
` ` ` js data .js hidden
1971
- // Note: the way you would do data fething depends on
1971
+ // Note: the way you would do data fetching depends on
1972
1972
// the framework that you use together with Suspense.
1973
1973
// Normally, the caching logic would be inside a framework.
1974
1974
@@ -2354,7 +2354,7 @@ export default function Panel({ children }) {
2354
2354
` ` `
2355
2355
2356
2356
` ` ` js data .js hidden
2357
- // Note: the way you would do data fething depends on
2357
+ // Note: the way you would do data fetching depends on
2358
2358
// the framework that you use together with Suspense.
2359
2359
// Normally, the caching logic would be inside a framework.
2360
2360
0 commit comments