docs(use-overlay): typo on unMount method (#4047)

This commit is contained in:
Daniel Jimenez Gutierrez
2025-05-02 11:18:47 -05:00
committed by GitHub
parent 591d59fe89
commit c23f85fe33

View File

@@ -62,7 +62,7 @@ Update an overlay using its `id`
- `id`: The identifier of the overlay
- `props`: An object of props to update on the rendered component.
### `unmount(id: symbol): void`
### `unMount(id: symbol): void`
Removes the overlay from the DOM using its `id`