mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 19:04:59 +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
|
@ -106,7 +106,7 @@ test("parameter with a function default value", () => {
|
|||
expect(arrowFunc(() => 10)).toBe(10);
|
||||
});
|
||||
|
||||
test("parameter with an arrow function default vlaue", () => {
|
||||
test("parameter with an arrow function default value", () => {
|
||||
function func(a = () => 5) {
|
||||
return a();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue