Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 3ff6fe8

Browse files
authored
Fix typos in Suspense.md, useDeferredValue.md & useTransition.md (#5450)
* Fix typo * Fix useDeferredValue & useTransition typos
1 parent 52b2d7d commit 3ff6fe8

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

beta/src/content/reference/react/Suspense.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function use(promise) {
163163
```
164164

165165
```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
167167
// the framework that you use together with Suspense.
168168
// Normally, the caching logic would be inside a framework.
169169

@@ -452,7 +452,7 @@ function use(promise) {
452452
```
453453

454454
```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
456456
// the framework that you use together with Suspense.
457457
// Normally, the caching logic would be inside a framework.
458458

@@ -789,7 +789,7 @@ function use(promise) {
789789
```
790790

791791
```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
793793
// the framework that you use together with Suspense.
794794
// Normally, the caching logic would be inside a framework.
795795

@@ -1018,7 +1018,7 @@ function use(promise) {
10181018
```
10191019

10201020
```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
10221022
// the framework that you use together with Suspense.
10231023
// Normally, the caching logic would be inside a framework.
10241024

@@ -1247,7 +1247,7 @@ function use(promise) {
12471247
```
12481248

12491249
```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
12511251
// the framework that you use together with Suspense.
12521252
// Normally, the caching logic would be inside a framework.
12531253

@@ -1581,7 +1581,7 @@ export default function Panel({ children }) {
15811581
```
15821582

15831583
```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
15851585
// the framework that you use together with Suspense.
15861586
// Normally, the caching logic would be inside a framework.
15871587

@@ -1968,7 +1968,7 @@ export default function Panel({ children }) {
19681968
```
19691969
19701970
```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
19721972
// the framework that you use together with Suspense.
19731973
// Normally, the caching logic would be inside a framework.
19741974

@@ -2354,7 +2354,7 @@ export default function Panel({ children }) {
23542354
```
23552355
23562356
```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
23582358
// the framework that you use together with Suspense.
23592359
// Normally, the caching logic would be inside a framework.
23602360

beta/src/content/reference/react/useDeferredValue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function use(promise) {
186186
```
187187

188188
```js data.js hidden
189-
// Note: the way you would do data fething depends on
189+
// Note: the way you would do data fetching depends on
190190
// the framework that you use together with Suspense.
191191
// Normally, the caching logic would be inside a framework.
192192

@@ -401,7 +401,7 @@ function use(promise) {
401401
```
402402

403403
```js data.js hidden
404-
// Note: the way you would do data fething depends on
404+
// Note: the way you would do data fetching depends on
405405
// the framework that you use together with Suspense.
406406
// Normally, the caching logic would be inside a framework.
407407

@@ -630,7 +630,7 @@ function use(promise) {
630630
```
631631

632632
```js data.js hidden
633-
// Note: the way you would do data fething depends on
633+
// Note: the way you would do data fetching depends on
634634
// the framework that you use together with Suspense.
635635
// Normally, the caching logic would be inside a framework.
636636

beta/src/content/reference/react/useTransition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ export default function ContactTab() {
848848
849849
850850
```js data.js hidden
851-
// Note: the way you would do data fething depends on
851+
// Note: the way you would do data fetching depends on
852852
// the framework that you use together with Suspense.
853853
// Normally, the caching logic would be inside a framework.
854854

@@ -1042,7 +1042,7 @@ export default function ContactTab() {
10421042
10431043
10441044
```js data.js hidden
1045-
// Note: the way you would do data fething depends on
1045+
// Note: the way you would do data fetching depends on
10461046
// the framework that you use together with Suspense.
10471047
// Normally, the caching logic would be inside a framework.
10481048

@@ -1350,7 +1350,7 @@ export default function Panel({ children }) {
13501350
```
13511351
13521352
```js data.js hidden
1353-
// Note: the way you would do data fething depends on
1353+
// Note: the way you would do data fetching depends on
13541354
// the framework that you use together with Suspense.
13551355
// Normally, the caching logic would be inside a framework.
13561356

0 commit comments

Comments
 (0)