1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:17:44 +00:00

Everywhere: Fix more typos

This commit is contained in:
Luke 2020-12-31 00:44:53 +00:00 committed by Andreas Kling
parent 22250780ff
commit 0f66589007
9 changed files with 12 additions and 12 deletions

View file

@ -190,7 +190,7 @@ describe("Array.prototype.sort", () => {
expect(() => arr.sort()).toThrow(TestError);
});
test("that it does not use deleteProperty unnecesarily", () => {
test("that it does not use deleteProperty unnecessarily", () => {
var obj = new Proxy(
{ 0: 5, 1: 4, 2: 3, length: 3 },
{