mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 19:08:03 -05:00
Merge pull request #151 from goldcaddy77/fix-programatically-typo
Fix typo with word programatically
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user