Revert "Bugfix/spelling error" #17

Closed
MarciiTheDev wants to merge 39 commits from revert-16-bugfix/SpellingError into main
Showing only changes of commit 2ad6fa4036 - Show all commits

View File

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