diff --git a/ui/core/observable.ts b/ui/core/observable.ts index a862b54cc..485d60579 100644 --- a/ui/core/observable.ts +++ b/ui/core/observable.ts @@ -66,7 +66,7 @@ export class Observable { } /** - * This method is intended to be overriden by inheritors to specify additional + * This method is intended to be overriden by inheritors to specify additional implementation */ public setPropertyCore(data: PropertyChangeData) { this[data.propertyName] = data.value;