We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2858dc commit fdcaaeeCopy full SHA for fdcaaee
test/settings.test.js
@@ -91,7 +91,7 @@ describe('Settings', () => {
91
settings.getDevice('0x12345678');
92
});
93
94
- it('Should read MQTT username asn password form a separate file', () => {
+ it('Should read MQTT username and password form a separate file', () => {
95
const contentConfiguration = {
96
mqtt: {
97
server: 'my.mqtt.server',
0 commit comments