From 7ae832c2b057f3ac65d32837d78d764a16e36346 Mon Sep 17 00:00:00 2001 From: Sam Chen Date: Mon, 29 Jul 2024 10:54:22 +0800 Subject: [PATCH] docs(configuration): fix typo (#7338) --- src/content/configuration/output.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/output.mdx b/src/content/configuration/output.mdx index dabc2c922fcd..6debfd13fbbb 100644 --- a/src/content/configuration/output.mdx +++ b/src/content/configuration/output.mdx @@ -169,7 +169,7 @@ module.exports = { }; ``` -T> If the `output.filename` is defined as a string contiaining placeholder such as `[name]`, `[id]`, [`contenthash`], or [`chunkhash`], the default value for `output.chunkFilename` will be derived from the `output.filename`. Otherwise, `[id].js` will be used as the default value. +T> If the `output.filename` is defined as a string containing placeholder such as `[name]`, `[id]`, [`contenthash`], or [`chunkhash`], the default value for `output.chunkFilename` will be derived from the `output.filename`. Otherwise, `[id].js` will be used as the default value. ## output.chunkFormat