Skip to content

Commit

Permalink
Fix typos (#5184)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
friederbluemle and jasonsaayman committed Oct 30, 2022
1 parent 34811cb commit 8a709b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.cjs
Expand Up @@ -129,7 +129,7 @@ module.exports = function(config) {
);
browsers = ['Firefox'];
} else if (process.env.GITHUB_ACTIONS === 'true') {
console.log('Running ci on Github Actions.');
console.log('Running ci on GitHub Actions.');
browsers = ['FirefoxHeadless', 'ChromeHeadless'];
} else {
browsers = browsers || ['Chrome'];
Expand Down

0 comments on commit 8a709b2

Please sign in to comment.