I wouldn't necessarily say this is a typo, due to the fact that in the local variables it is stated as the following
local PlayerData = QBCore.Functions.GetPlayerData()
local config = Config
local UIConfig = UIConfig
local speedMultiplier = config.UseMPH and 2.23694 or 3.6
local seatbeltOn = false```
I wouldn't necessarily say this is a typo, due to the fact that in the local variables it is stated as the following