From 3ff6fe871c6212118991ffafa5503358194489a0 Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 8 Jan 2023 22:21:13 +0300 Subject: [PATCH] Fix typos in Suspense.md, useDeferredValue.md & useTransition.md (#5450) * Fix typo * Fix useDeferredValue & useTransition typos --- beta/src/content/reference/react/Suspense.md | 16 ++++++++-------- .../content/reference/react/useDeferredValue.md | 6 +++--- .../src/content/reference/react/useTransition.md | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/beta/src/content/reference/react/Suspense.md b/beta/src/content/reference/react/Suspense.md index aafdca6d..6e4f44ff 100644 --- a/beta/src/content/reference/react/Suspense.md +++ b/beta/src/content/reference/react/Suspense.md @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/beta/src/content/reference/react/useDeferredValue.md b/beta/src/content/reference/react/useDeferredValue.md index 7c06fd93..32fa0906 100644 --- a/beta/src/content/reference/react/useDeferredValue.md +++ b/beta/src/content/reference/react/useDeferredValue.md @@ -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. @@ -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. @@ -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. diff --git a/beta/src/content/reference/react/useTransition.md b/beta/src/content/reference/react/useTransition.md index 7fb0f548..a94e1f7c 100644 --- a/beta/src/content/reference/react/useTransition.md +++ b/beta/src/content/reference/react/useTransition.md @@ -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. @@ -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. @@ -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.