From fd25d522fcc58db391e52f6753dedb44936a85ee Mon Sep 17 00:00:00 2001 From: Jim Fitzpatrick Date: Mon, 8 Feb 2016 15:39:53 -0500 Subject: [PATCH] Fix typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b72eb449..c07b68d0 100644 --- a/README.markdown +++ b/README.markdown @@ -744,7 +744,7 @@ Just past it to `Array#sort`. #### toBoolean(string) => boolean -Turn strings that can be commonly considered as booleas to real booleans. Such as "true", "false", "1" and "0". This function is case insensitive. +Turn strings that can be commonly considered as booleans to real booleans. Such as "true", "false", "1" and "0". This function is case insensitive. ```javascript toBoolean("true");