From 5730a19e8ab7b983ebe80d85da4e0e4219a17dd3 Mon Sep 17 00:00:00 2001 From: AntonChow <22552142+SafeWinter@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:50:13 +0800 Subject: [PATCH] Fix comment translation in webpack guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 完善中文翻译细节,删除多余的 's 后缀 --- docs/zh/guide/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/webpack.md b/docs/zh/guide/webpack.md index 5bf63301f0..2bc37d1d95 100644 --- a/docs/zh/guide/webpack.md +++ b/docs/zh/guide/webpack.md @@ -119,7 +119,7 @@ module.exports = { config .plugin('html') .tap(args => { - return [/* 传递给 html-webpack-plugin's 构造函数的新参数 */] + return [/* 传递给 html-webpack-plugin 的构造函数的新参数 */] }) } }