mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:35:06 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -110,7 +110,7 @@ test("arrow functions in objects", () => {
|
|||
expect(foobar.x.z()).toBe(foobar.x);
|
||||
});
|
||||
|
||||
test("strict mode propogation", () => {
|
||||
test("strict mode propagation", () => {
|
||||
(() => {
|
||||
"use strict";
|
||||
expect(isStrictMode()).toBeTrue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue