Browse Source
docs: Fix typo in App Component english version (#43235)
Typo fix for App documentation
pull/43242/head
Lennox Omondi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/app/index.en-US.md
|
|
@ -13,7 +13,7 @@ Application wrapper for some global usages. |
|
|
|
## When To Use |
|
|
|
|
|
|
|
- Provide reset styles based on `.ant-app` element. |
|
|
|
- You could use static methods of `message/notification/Modal` form `useApp` without put `contextHolder` mannully. |
|
|
|
- You could use static methods of `message/notification/Modal` form `useApp` without writing `contextHolder` manually. |
|
|
|
|
|
|
|
## Examples |
|
|
|
|
|
|
|