Skip to content

Commit 7a3062d

Browse files
committed
stray character 'i'
1 parent d0dac67 commit 7a3062d

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
@@ -636,7 +636,7 @@
636636
function getType() {
637637
console.log('fetching type...');
638638
// set the default type to 'no type'
639-
var type = this._type || 'no type';i
639+
var type = this._type || 'no type';
640640
641641
return type;
642642
}

0 commit comments

Comments
 (0)