Skip to content

Commit f5a2c54

Browse files
[fix] Handle spellcheck issues
1 parent fed4c86 commit f5a2c54

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ planned for 2025-07-01
1313

1414
### Added
1515

16-
- [config] Allow to change module order for final renderer (or dynamicaly with CSS): Feature `order` in config. (#3762)
16+
- [config] Allow to change module order for final renderer (or dynamically with CSS): Feature `order` in config. (#3762)
1717
- [clock] Added option 'disableNextEvent' to hide next sun event (#3769)
1818

1919
### Changed

cspell.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"Edgardos",
6060
"Ekristoffe",
6161
"elec",
62+
"eltociear",
6263
"envcanada",
6364
"envsub",
6465
"envsubst",
@@ -82,6 +83,7 @@
8283
"fulldate",
8384
"fullday",
8485
"fullscreen",
86+
"geraki",
8587
"Gevoelstemperatuur",
8688
"GHSA",
8789
"ghsas",
@@ -143,6 +145,7 @@
143145
"Midori",
144146
"mirontoli",
145147
"MISSINGLANG",
148+
"mixasgr",
146149
"MMPM",
147150
"modernizr",
148151
"modulename",
@@ -183,6 +186,7 @@
183186
"rohitdharavath",
184187
"Rosso",
185188
"rrule",
189+
"savvadam",
186190
"sdetweil",
187191
"sendheaders",
188192
"serveronly",

tests/electron/modules/compliments_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("Compliments module", () => {
3636
await expect(doTest(["Hello There", "Good Evening", "Evening test"])).resolves.toBe(true);
3737
});
3838

39-
it("doesnt show evening compliments during the day when the other parts of day are not set", async () => {
39+
it("doesn't show evening compliments during the day when the other parts of day are not set", async () => {
4040
await helpers.startApplication("tests/configs/modules/compliments/compliments_evening.js", "01 Oct 2022 08:00:00 GMT");
4141
await expect(doTest([""], "attached")).resolves.toBe(true);
4242
});

0 commit comments

Comments
 (0)