From c68bc08a0de9b0f3d1570da7d439fccd16427958 Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Sat, 8 Jan 2022 00:39:29 +0100 Subject: [PATCH] Fix typo --- lib/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/.eslintrc.js b/lib/.eslintrc.js index 812b8a27..e55ad83c 100644 --- a/lib/.eslintrc.js +++ b/lib/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { env: { - // Handlebars not use node or browser-specific apis + // Handlebars should not use node or browser-specific APIs 'shared-node-browser': true, node: false, browser: false