Skip to content

Commit 7ae832c

Browse files
authored
docs(configuration): fix typo (#7338)
1 parent 903237a commit 7ae832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module.exports = {
169169
};
170170
```
171171

172-
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.
172+
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.
173173

174174
## output.chunkFormat
175175

0 commit comments

Comments
 (0)