Skip to content

Commit

Permalink
Merge pull request #2223 from eltociear/patch-2
Browse files Browse the repository at this point in the history
chore: fix typo in auto.ts
  • Loading branch information
hipstersmoothie committed Sep 13, 2022
2 parents a0137eb + 5b7a59f commit 4784688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/auto.ts
Expand Up @@ -583,7 +583,7 @@ export default class Auto {

this.logger.verbose.success("Loaded `auto` with config:", userConfig);

// Allow plugins to be overriden for testing
// Allow plugins to be overridden for testing
this.config = {
...userConfig,
plugins: this.options.plugins || userConfig.plugins,
Expand Down

0 comments on commit 4784688

Please sign in to comment.