[Code Style] Fix typo

Fix typo in JSDoc annotation, WTD-1482
This commit is contained in:
Victor Woeltjen 2015-08-11 14:53:45 -07:00
parent c450c22ddd
commit 5e4dcc1e35

View File

@ -71,7 +71,7 @@ define(
* this type, as might be shown in a Create wizard or * this type, as might be shown in a Create wizard or
* an Edit Properties view. * an Edit Properties view.
* *
* @return {Array<TypeProperty[]} properties associated with * @return {TypeProperty[]} properties associated with
* objects of this type * objects of this type
* @method Type#getPropertiees * @method Type#getPropertiees
*/ */