Comment typo fix in es2015.ts: "propety"

This commit is contained in:
Josh Goldberg
2017-12-02 18:48:47 -08:00
committed by GitHub
parent 49a48ffd4d
commit c9f044ef2d

View File

@@ -2553,7 +2553,7 @@ namespace ts {
}
/**
* Visits an ObjectLiteralExpression with computed propety names.
* Visits an ObjectLiteralExpression with computed property names.
*
* @param node An ObjectLiteralExpression node.
*/