Fixed a few small spelling errors #14

Merged
IBims2CooleTim merged 17 commits from main into main 2023-10-01 00:07:44 +00:00
Showing only changes of commit 2ad6fa4036 - Show all commits

View File

@ -1,6 +1,6 @@
local AuthorizationError = require(script.Parent.Errors.Authorization)
local CollectionError = require(script.Parent.Errors.Collection)
local EntryError = require(script.Parent.Errors.Entry)
local AuthorizationError = require(script.Parent.Errors.Autorisierung)
local CollectionError = require(script.Parent.Errors.Sammlung)
local EntryError = require(script.Parent.Errors.Eintrag)
local HttpService = game:GetService("HttpService")