Merge pull request #1732 from Lampei/patch-1

Minor spelling correction
This commit is contained in:
Vladimir Enchev
2016-03-10 09:58:14 +02:00

View File

@@ -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);