Skip to content

Commit 8507371

Browse files
authored
Fixed a typo
repetiive -> repetitive
1 parent a105b8f commit 8507371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yall.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function (options) {
6464
};
6565

6666
// Noticed lots of loops where a function simply gets executed on every
67-
// member of an array. This abstraction eliminates that repetiive code.
67+
// member of an array. This abstraction eliminates that repetitive code.
6868
const yallApplyFn = (items, fn) => {
6969
for (let itemIndex = 0; itemIndex < items.length; itemIndex++) {
7070
fn instanceof win[io] ? fn.observe(items[itemIndex]) : fn(items[itemIndex]);

0 commit comments

Comments
 (0)