Skip to content

Commit

Permalink
fix typos in notify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Aug 12, 2022
1 parent 348113f commit fc89780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Notifications.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export notify
"""
notify(model::ReactiveModel, message::AbstractString, type::Union{Symbol, String, Nothing} = nothing; kwargs...)
Display a notification on the client, by using Quasar's `$q.notify`.
Types are e.g. `:positive`, `:negative`, `:waring`, `:info`, `:ongoing`.
All other arguments to `$q.notify` are supported via keyword arguments
Display a notification on the client, by using Quasar's `$q-notify`.
Types are e.g. `:positive`, `:negative`, `:warning`, `:info`, `:ongoing`.
All other arguments to `$q-notify` are supported via keyword arguments
# Example
`notify(model, "Hello world!", :positive, icon = :tag_faces, caption = "5 minutes ago")`
Expand Down

0 comments on commit fc89780

Please sign in to comment.