From 407b5d710648ef4acdfac557fd4c815642d82c5b Mon Sep 17 00:00:00 2001 From: gaoyuan <9aoyuao@gmail.com> Date: Thu, 4 Jul 2024 18:32:24 +0800 Subject: [PATCH] Update website/docs/en/plugins/dev/hooks.mdx Co-authored-by: neverland --- website/docs/en/plugins/dev/hooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/en/plugins/dev/hooks.mdx b/website/docs/en/plugins/dev/hooks.mdx index 79a7c4554c..50a1fb21c8 100644 --- a/website/docs/en/plugins/dev/hooks.mdx +++ b/website/docs/en/plugins/dev/hooks.mdx @@ -394,7 +394,7 @@ type Context = { * @example 'index.html' */ filename: string; - /** The related environment context. */ + /** The environment context for current build. */ environment: EnvironmentContext; };