fix(typo): correct misspell (#19581)

Credit to `codespell`.
This commit is contained in:
Rotzbua
2023-11-05 21:01:55 +01:00
committed by GitHub
parent 071842ef49
commit 13443a42ce
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ describe('Networkmap', () => {
expect(actual).toStrictEqual(expected);
});
it('Should throw error when rquesting invalid type', async () => {
it('Should throw error when requesting invalid type', async () => {
mock();
MQTT.publish.mockClear();
MQTT.events.message('zigbee2mqtt/bridge/request/networkmap', 'not_existing');