From 34ed0a44b5cdc00e4cf7cf8fb39f8f7011766283 Mon Sep 17 00:00:00 2001 From: Eliot Partridge Date: Mon, 9 Sep 2019 12:58:39 -0500 Subject: [PATCH] bale -> able --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1ff359d..5ac6d36 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -322,7 +322,7 @@ const setProd = cb => { }; const warnAboutTscBeingDumb = cb => { - console.log("You're probably about to see some warnings from tsc about not being bale to find certain files."); + console.log("You're probably about to see some warnings from tsc about not being able to find certain files."); console.log("Don't worry about these. It's a known issue regarding circular build dependencies. The build should continue despite these errors."); cb(); };