Skip to content

Commit f8b2062

Browse files
authored
Fix typo
1 parent f125db5 commit f8b2062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es-ES/README-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ class Person {
28242824
}
28252825
}
28262826

2827-
const member = Person("John")
2827+
const member = new Person("John")
28282828
console.log(typeof member)
28292829
```
28302830

0 commit comments

Comments
 (0)