Skip to content

Commit f4ae9ba

Browse files
authored
Merge pull request microsoft#20413 from JoshuaKGoldberg/patch-1
Comment typo fix in es2015.ts: "propety"
2 parents dbf2ffa + c9f044e commit f4ae9ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/transformers/es2015.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ namespace ts {
25532553
}
25542554

25552555
/**
2556-
* Visits an ObjectLiteralExpression with computed propety names.
2556+
* Visits an ObjectLiteralExpression with computed property names.
25572557
*
25582558
* @param node An ObjectLiteralExpression node.
25592559
*/

0 commit comments

Comments
 (0)