diff --git a/lib/browser/utils.ts b/lib/browser/utils.ts index 74ad29262..f4893a344 100644 --- a/lib/browser/utils.ts +++ b/lib/browser/utils.ts @@ -1,7 +1,7 @@ /** - * Suppress closure compiler errors about unknown 'process' constiable + * Suppress closure compiler errors about unknown 'process' variable * @fileoverview - * @suppress {undefinedconsts} + * @suppress {undefinedVars} */ // Hack since TypeScript isn't compiling this for a worker.