From 12baae728e0fc710e1efe3e662a6b63e2353bd37 Mon Sep 17 00:00:00 2001 From: Dan Caddigan Date: Tue, 25 Mar 2014 13:02:27 -0400 Subject: [PATCH] Fix typo with word programatically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87730609db..6379a5d505 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ 'fast.'; ``` - - When programatically building up a string, use Array#join instead of string concatenation. Mostly for IE: [jsPerf](http://jsperf.com/string-vs-array-concat/2). + - When programmatically building up a string, use Array#join instead of string concatenation. Mostly for IE: [jsPerf](http://jsperf.com/string-vs-array-concat/2). ```javascript var items,