Skip to content

Commit 93a5037

Browse files
authored
docs: fix redundant "yet" and add missing punctuation (#2105)
1 parent 56b26aa commit 93a5037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changes/hotupdate-hook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
影響範囲: `Vite プラグイン作成者`
1010

1111
::: warning 将来の廃止予定
12-
`hotUpdate``v6.0` で初めて導入されました。`handleHotUpdate` の廃止は将来のメジャーバージョンで予定されています。現時点では、まだ `handleHotUpdate` からの移行は推奨していません。もし実験して私たちにフィードバックをしたいのであれば、vite config で `future.removePluginHookHandleHotUpdate``"warn"` に指定してください。
12+
`hotUpdate``v6.0` で初めて導入されました。`handleHotUpdate` の廃止は将来のメジャーバージョンで予定されています。現時点では `handleHotUpdate` からの移行は推奨していません。もし実験して私たちにフィードバックをしたいのであれば、vite config で `future.removePluginHookHandleHotUpdate``"warn"` に指定してください。
1313
:::
1414

1515
## 動機
1616

17-
[`handleHotUpdate` フック](/guide/api-plugin.md#handlehotupdate) はカスタム HMR 更新処理を行うことができます。更新するモジュールのリストは `HmrContext` に渡されます
17+
[`handleHotUpdate` フック](/guide/api-plugin.md#handlehotupdate) はカスタム HMR 更新処理を行うことができます。更新するモジュールのリストは `HmrContext` に渡されます
1818

1919
```ts
2020
interface HmrContext {

0 commit comments

Comments
 (0)