From 4c2a04dc8194a9bd384652c903f4267af333178d Mon Sep 17 00:00:00 2001 From: J Bruni Date: Thu, 25 Mar 2021 00:35:46 -0400 Subject: [PATCH] Typo fix at StencilConfigManager.js --- lib/StencilConfigManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, ); } }