Skip to content

Commit

Permalink
docs(react): update wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Oct 2, 2023
1 parent 6792d9f commit 7f569ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/Suspense.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Example = () => (

#### Default fallback

`<Suspsense/>` and `<Suspsense.CSROnly/>` are more powerful when used with `<SuspensiveProvider/>`.
`<Suspense/>` and `<Suspense.CSROnly/>` are more powerful when used with `<SuspensiveProvider/>`.
Control multiple `<Suspense/>`s default fallback with `<SuspensiveProvider/>`.

Details are introduced in [`<SuspensiveProvider/>` page](./SuspensiveProvider.i18n).
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/Suspense.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Example = () => (

#### Default fallback

`<Suspsense/>``<Suspsense.CSROnly/>``<SuspensiveProvider/>`와 함께 사용할 때 더욱 강력해집니다.
`<Suspense/>``<Suspense.CSROnly/>``<SuspensiveProvider/>`와 함께 사용할 때 더욱 강력해집니다.
`<SuspensiveProvider/>`를 사용하여 여러 `<Suspense/>`의 default fallback를 제어합니다.

자세한 내용은 [`<SuspensiveProvider/>` 페이지](./SuspensiveProvider.i18n)에 소개되어 있습니다.
Expand Down

2 comments on commit 7f569ee

@vercel
Copy link

@vercel vercel bot commented on 7f569ee Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-suspensive.vercel.app
visualization-git-main-suspensive.vercel.app
visualization.suspensive.org

@vercel
Copy link

@vercel vercel bot commented on 7f569ee Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./websites/docs

suspensive.org
docs-suspensive.vercel.app
docs-git-main-suspensive.vercel.app
docs.suspensive.org
www.suspensive.org

Please sign in to comment.