Skip to content

Commit 2a1c19a

Browse files
committed
Merge pull request #151 from goldcaddy77/fix-programatically-typo
Fix typo with word programatically
2 parents c287ad8 + 12baae7 commit 2a1c19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
'fast.';
217217
```
218218
219-
- 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).
219+
- 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).
220220
221221
```javascript
222222
var items,

0 commit comments

Comments
 (0)