style: Change description of notify.dismiss() binding (#675)

This commit is contained in:
Albert Gu 2023-04-25 00:12:41 -07:00 committed by GitHub
parent 5202a0f006
commit dc1d48f436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ return {
function() function()
require("notify").dismiss({ silent = true, pending = true }) require("notify").dismiss({ silent = true, pending = true })
end, end,
desc = "Delete all Notifications", desc = "Dismiss all Notifications",
}, },
}, },
opts = { opts = {