Skip to content

Commit 12baae7

Browse files
author
Dan Caddigan
committed
Fix typo with word programatically
1 parent c287ad8 commit 12baae7

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)