mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
Everywhere: Fix more typos
This commit is contained in:
parent
22250780ff
commit
0f66589007
Notes:
sideshowbarker
2024-07-19 00:19:29 +09:00
Author: https://github.com/Lubrsi
Commit: 0f66589007
Pull-request: https://github.com/SerenityOS/serenity/pull/4678
9 changed files with 12 additions and 12 deletions
|
@ -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 },
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue