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

Commit

Permalink
Fix typos in Suspense.md, useDeferredValue.md & useTransition.md (#5450)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix useDeferredValue & useTransition typos
  • Loading branch information
tryonelove authored Jan 8, 2023
1 parent 52b2d7d commit 3ff6fe8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions beta/src/content/reference/react/Suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -452,7 +452,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -789,7 +789,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -1018,7 +1018,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -1247,7 +1247,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -1581,7 +1581,7 @@ export default function Panel({ children }) {
```

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

Expand Down Expand Up @@ -1968,7 +1968,7 @@ export default function Panel({ children }) {
```
```js data.js hidden
// Note: the way you would do data fething depends on
// Note: the way you would do data fetching depends on
// the framework that you use together with Suspense.
// Normally, the caching logic would be inside a framework.

Expand Down Expand Up @@ -2354,7 +2354,7 @@ export default function Panel({ children }) {
```
```js data.js hidden
// Note: the way you would do data fething depends on
// Note: the way you would do data fetching depends on
// the framework that you use together with Suspense.
// Normally, the caching logic would be inside a framework.

Expand Down
6 changes: 3 additions & 3 deletions beta/src/content/reference/react/useDeferredValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -401,7 +401,7 @@ function use(promise) {
```

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

Expand Down Expand Up @@ -630,7 +630,7 @@ function use(promise) {
```

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

Expand Down
6 changes: 3 additions & 3 deletions beta/src/content/reference/react/useTransition.md
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ export default function ContactTab() {
```js data.js hidden
// Note: the way you would do data fething depends on
// Note: the way you would do data fetching depends on
// the framework that you use together with Suspense.
// Normally, the caching logic would be inside a framework.

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

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

Expand Down

0 comments on commit 3ff6fe8

Please sign in to comment.