diff --git a/en/api.md b/en/api.md index f82bfd3a..5c1eb622 100644 --- a/en/api.md +++ b/en/api.md @@ -82,9 +82,8 @@ See [Introducing the Server Bundle](./bundle-renderer.md) and [Build Configurati - #### `clientManifest` - 2.3.0+ - - only used in `createBundleRenderer` - Provide a client build manifest object generated by `vue-server-renderer/server-plugin`. The client manifest provides the bundle renderer with the proper information for automatic asset injection into the HTML template. For more details, see [Generating clientManifest](./build-config.md#generating-clientmanifest). + Provide a client build manifest object generated by `vue-server-renderer/client-plugin`. The client manifest provides the bundle renderer with the proper information for automatic asset injection into the HTML template. For more details, see [Generating clientManifest](./build-config.md#generating-clientmanifest). - #### `inject`