Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
charlierudolph authored Oct 28, 2016
commit 8fb2487b741a0c45a062c43bc91917bee386d8eb
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function defaultTitleFormatter(options) {
if (duration) {
parts.push(`(in ${took.toFixed(2)} ms)`);
}
returns parts.join(' ');
return parts.join(' ');
}
}

Expand Down