Skip to content

Commit f6babce

Browse files
jaller94benfrancis
authored andcommitted
Fix typo: observerd -> observed
1 parent c7cbe66 commit f6babce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wot-device.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default class WoTDevice extends Device {
112112
if (schProp.writeOnly === true) {
113113
return;
114114
}
115-
// see if it can be observerd
115+
// see if it can be observed
116116
if (schProp.observable && this.configuration.useObservable) {
117117
this.thing.observeProperty(property.getName(), (value) => {
118118
property.setCachedValueAndNotify(value);

0 commit comments

Comments
 (0)