Skip to content

Commit 70024df

Browse files
committed
Merge pull request airbnb#397 from Ryan-McBride/patch-3
Fixed typo in 9.4
2 parents 8d2a833 + 4eea062 commit 70024df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@
704704
705705
```javascript
706706
class Jedi {
707-
contructor(options = {}) {
707+
constructor(options = {}) {
708708
this.name = options.name || 'no name';
709709
}
710710

0 commit comments

Comments
 (0)