From 7a3062df34493559898a6de25ea318c2b14dd2d9 Mon Sep 17 00:00:00 2001 From: "Ryun S." Date: Tue, 6 Nov 2012 18:37:57 -0800 Subject: [PATCH] stray character 'i' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }