diff --git a/components/modal/index.en-US.md b/components/modal/index.en-US.md index 2c007a4aa7cc..96588849e973 100644 --- a/components/modal/index.en-US.md +++ b/components/modal/index.en-US.md @@ -14,7 +14,7 @@ Modal dialogs. When requiring users to interact with the application, but without jumping to a new page and interrupting the user's workflow, you can use `Modal` to create a new floating layer over the current page to get user feedback or display information. -Additionally, if you need show a simple confirmation dialog, you can use [`App.useApp`](/components/app/) hooks. +Additionally, if you need to show a simple confirmation dialog, you can use [`App.useApp`](/components/app/) hooks. ## Examples