diff --git a/src/wot-device.ts b/src/wot-device.ts index 945f3f4..3e7332e 100644 --- a/src/wot-device.ts +++ b/src/wot-device.ts @@ -112,7 +112,7 @@ export default class WoTDevice extends Device { if (schProp.writeOnly === true) { return; } - // see if it can be observerd + // see if it can be observed if (schProp.observable && this.configuration.useObservable) { this.thing.observeProperty(property.getName(), (value) => { property.setCachedValueAndNotify(value);