Fix typo with word programatically

This commit is contained in:
Dan Caddigan
2014-03-25 13:02:27 -04:00
parent c287ad8765
commit 12baae728e

View File

@@ -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,