Skip to content

Commit

Permalink
Typo fix at StencilConfigManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruni authored Mar 25, 2021
1 parent 8785631 commit 4c2a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/StencilConfigManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class StencilConfigManager {
this._logger.log(
`The deprecated ${this.oldConfigFileName.cyan} file was successfully replaced.\n` +
`Make sure to add ${this.secretsFileName.cyan} to .gitignore.\n` +
`${this.configFileName.cyan} can by tracked by git if you wish.\n`,
`${this.configFileName.cyan} can be tracked by git if you wish.\n`,
);
}
}
Expand Down

0 comments on commit 4c2a04d

Please sign in to comment.