Skip to content

Commit c23f85f

Browse files
authored
docs(use-overlay): typo on unMount method (#4047)
1 parent 591d59f commit c23f85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.composables/use-overlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Update an overlay using its `id`
6262
- `id`: The identifier of the overlay
6363
- `props`: An object of props to update on the rendered component.
6464

65-
### `unmount(id: symbol): void`
65+
### `unMount(id: symbol): void`
6666

6767
Removes the overlay from the DOM using its `id`
6868

0 commit comments

Comments
 (0)