Skip to content

Commit a5a8fae

Browse files
authored
Chore: English linter (#2001)
1 parent 009a7c5 commit a5a8fae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/System/TestLoadouts_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ describe("TestLoadouts", function()
470470
end)
471471

472472
it(
473-
"correctly reorders loadouts when filtered list is first in speclist",
473+
"correctly reorders loadouts when filtered list is first in specList",
474474
function()
475475
build:NewLoadout("Filtered")
476476
build:NewLoadout("Loadout B")
@@ -970,7 +970,7 @@ describe("TestLoadouts", function()
970970
assert.is_true(build.modFlag)
971971
end)
972972

973-
it("does not leave the config set in a broken state when deleting the last configset along with the loadout",
973+
it("does not leave the config set in a broken state when deleting the last ConfigSet along with the loadout",
974974
function()
975975
local loadoutName = "Loadout To Delete"
976976
buildSetService:NewLoadout(loadoutName)

0 commit comments

Comments
 (0)