Merge pull request #20413 from JoshuaKGoldberg/patch-1

Comment typo fix in es2015.ts: "propety"
This commit is contained in:
Nathan Shively-Sanders 2017-12-04 08:21:01 -08:00 committed by GitHub
commit f4ae9ba5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
*/