diff --git a/README.md b/README.md index 38aefa55..122e9ecd 100644 --- a/README.md +++ b/README.md @@ -704,7 +704,7 @@ ```javascript class Jedi { - contructor(options = {}) { + constructor(options = {}) { this.name = options.name || 'no name'; }