From 23aabcc56c4154e3bd106fbd9bc6d02e469f2deb Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Wed, 18 Aug 2021 17:44:20 +0100 Subject: [PATCH] Fix typo --- src/vector/devcss.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/devcss.ts b/src/vector/devcss.ts index 581a0ad8ba..2f67803385 100644 --- a/src/vector/devcss.ts +++ b/src/vector/devcss.ts @@ -23,7 +23,7 @@ limitations under the License. * * Without this workaround, webpack would import the CSS of all themes, which * would defeat the purpose of hot-reloading since all themes would be compiled, - * which would result in compilation times on the order of 30s, even in a + * which would result in compilation times on the order of 30s, even on a * powerful machine. * * For more details, see webpack.config.js:184 (string-replace-loader)