From 220fd66e2aae9d2d4637fd81759f5a51687a4f74 Mon Sep 17 00:00:00 2001 From: fcrozatier Date: Tue, 25 Jun 2024 18:31:42 +0200 Subject: [PATCH] some more --- docs/guide/api-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/api-plugin.md b/docs/guide/api-plugin.md index 412c2e25fc4117..1474fe7d168aff 100644 --- a/docs/guide/api-plugin.md +++ b/docs/guide/api-plugin.md @@ -400,7 +400,7 @@ Vite plugins can also provide hooks that serve Vite-specific purposes. These hoo ``` ::: warning Note - This plugin may not always be run if you are using a framework. It is up to the framework to call this hook. + This hook may not always be run if you are using a framework: it is up to the framework to call `server.transformIndexHtml`. ::: ### `handleHotUpdate`