Skip to content

Commit da638f5

Browse files
authored
docs: Fix simple typo, intializer -> initializer (#2147)
There is a small typo in test/feature/ArrowFunctions/Skip_InitializerShorthand.js. Should read `initializer` rather than `intializer`.
1 parent 0e63bc6 commit da638f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/feature/ArrowFunctions/Skip_InitializerShorthand.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Skip. Not implemented.
22

3-
// TODO: needs the intializer shorthand implemented for arrow functions
3+
// TODO: needs the initializer shorthand implemented for arrow functions
44

5-
// Object intializer shorthand: "method" = function-valued property with dynamic ''this''
5+
// Object initializer shorthand: "method" = function-valued property with dynamic ''this''
66
const obj = {
77
method() -> {
88
return => this;

0 commit comments

Comments
 (0)