From f091fbe779c1c7613f664ce63a201f4354eeb712 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 30 May 2025 17:56:02 +0200 Subject: [PATCH] Fix typo --- src/content/configuration/resolve.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/resolve.mdx b/src/content/configuration/resolve.mdx index 06bcb3517fa0..6b15ecd23bc7 100644 --- a/src/content/configuration/resolve.mdx +++ b/src/content/configuration/resolve.mdx @@ -339,7 +339,7 @@ module.exports = { }; ``` -Alternatively, to prioritize the deault conditions first, then add your custom conditions: +Alternatively, to prioritize the default conditions first, then add your custom conditions: **webpack.config.js**