diff --git a/embed/crate/api.md b/embed/crate/api.md index 67b0190..fb72535 100644 --- a/embed/crate/api.md +++ b/embed/crate/api.md @@ -45,7 +45,7 @@ type notify = ( content: string timeout?: number } - ) => { hide: Function; delete: Function } + ) => { hide: Function } ``` ::: Displays a notification message to the user. Markdown supported