diff --git a/data/observable/observable.d.ts b/data/observable/observable.d.ts index 5e0d99df2..142ab7e2c 100644 --- a/data/observable/observable.d.ts +++ b/data/observable/observable.d.ts @@ -71,7 +71,7 @@ declare module "data/observable" { public static propertyChangeEvent: string; /** - * Creates an Observable instance and sets its properties accroding to the supplied JSON object. + * Creates an Observable instance and sets its properties according to the supplied JSON object. */ constructor(json?: any);