diff --git a/lib/StencilConfigManager.js b/lib/StencilConfigManager.js index 7ebaf319..f012f15c 100644 --- a/lib/StencilConfigManager.js +++ b/lib/StencilConfigManager.js @@ -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`, ); } }