From 4766514b27426bc227729d76b59d5b91b749b516 Mon Sep 17 00:00:00 2001 From: Yaniv Davidi Date: Mon, 6 Dec 2021 20:10:02 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 502696d..ea774bf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ module.exports = { include: /dir/, // add errors to webpack instead of warnings failOnError: true, - // allow import cycles that include an asyncronous import, + // allow import cycles that include an asynchronous import, // e.g. via import(/* webpackMode: "weak" */ './file.js') allowAsyncCycles: false, // set the current working directory for displaying module paths