From a478b25e2cb620d93d386319d4d8a0396881c0da Mon Sep 17 00:00:00 2001 From: Lampei Date: Wed, 9 Mar 2016 21:49:15 -0500 Subject: [PATCH] Minor spelling correction --- data/observable/observable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);