Skip to content

Commit

Permalink
docs: Fix typo in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
floftar committed Dec 23, 2015
1 parent 66a95ff commit 1dde01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ coverageReporter: {
coverageReporter: {
dir: 'coverage',
subdir: function(browser) {
// normalization process to keep a consistent browser name accross different
// normalization process to keep a consistent browser name across different
// OS
return browser.toLowerCase().split(/[ /-]/)[0];
}
Expand Down

0 comments on commit 1dde01b

Please sign in to comment.