Minor spelling correction

This commit is contained in:
Lampei
2016-03-09 21:49:15 -05:00
parent f8d1f5c115
commit a478b25e2c

View File

@ -71,7 +71,7 @@ declare module "data/observable" {
public static propertyChangeEvent: string; 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); constructor(json?: any);