Fix typo.

This commit is contained in:
Koen Kanters
2019-11-11 17:45:11 +01:00
parent e2858dc90f
commit fdcaaee955
+1 -1
View File
@@ -91,7 +91,7 @@ describe('Settings', () => {
settings.getDevice('0x12345678');
});
it('Should read MQTT username asn password form a separate file', () => {
it('Should read MQTT username and password form a separate file', () => {
const contentConfiguration = {
mqtt: {
server: 'my.mqtt.server',