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
parent
commit
41fe4ced89
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/app/index.en-US.md

2
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

Loading…
Cancel
Save