diff --git a/docs/content/2.composables/use-overlay.md b/docs/content/2.composables/use-overlay.md index d8c7fb46..21dcf34f 100644 --- a/docs/content/2.composables/use-overlay.md +++ b/docs/content/2.composables/use-overlay.md @@ -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`