Skip to content

Commit

Permalink
Another typo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Feb 5, 2020
1 parent 1b7a2a8 commit 47c21b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function onLineRead(xs) {
}

function onComplete(initData) {
return function mutateInitalData(xs, log) {
return function mutateInitialData(xs, log) {
initData.historicalItems = xs;
log.debug(pretty(initData));
log.debug('### Completed');
Expand Down

0 comments on commit 47c21b6

Please sign in to comment.