From fb100b97ea93bba3e9df22d244887f4e1fc0b6b9 Mon Sep 17 00:00:00 2001 From: Jason Jarrett Date: Wed, 26 Apr 2023 11:31:27 -0700 Subject: [PATCH] spelling fix --- 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