Skip to content

Commit fdcaaee

Browse files
committed
Fix typo.
1 parent e2858dc commit fdcaaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/settings.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('Settings', () => {
9191
settings.getDevice('0x12345678');
9292
});
9393

94-
it('Should read MQTT username asn password form a separate file', () => {
94+
it('Should read MQTT username and password form a separate file', () => {
9595
const contentConfiguration = {
9696
mqtt: {
9797
server: 'my.mqtt.server',

0 commit comments

Comments
 (0)