diff --git a/README.md b/README.md index af5879e76e..9d6ca97f23 100644 --- a/README.md +++ b/README.md @@ -636,7 +636,7 @@ function getType() { console.log('fetching type...'); // set the default type to 'no type' - var type = this._type || 'no type';i + var type = this._type || 'no type'; return type; }