fix(Notify): lua ls annotation typo

This commit is contained in:
Mirow
2024-07-26 22:13:16 +02:00
parent e660bc3c15
commit 12e6ddd999
+1 -1
View File
@@ -1,6 +1,6 @@
local Debug = ESX.GetConfig().EnableDebug
---@param type string the notification type
---@param notificatonType string the notification type
---@param length number the length of the notification
---@param message any the message :D
local function Notify(notificatonType, length, message)