diff --git a/docs/en/framework/ui/angular/ssr-configuration.md b/docs/en/framework/ui/angular/ssr-configuration.md index 1ca8ea2f93..258fce99b4 100644 --- a/docs/en/framework/ui/angular/ssr-configuration.md +++ b/docs/en/framework/ui/angular/ssr-configuration.md @@ -62,7 +62,7 @@ The changes depend on the builder used in your project (Application Builder or W #### Application Builder (esbuild) -If your project uses the **Application Builder** (`@angular-devkit/build-angular:application`), the schematic: +If your project uses the **Application Builder** (`@angular/build:application`), the schematic: - **Scripts**: Adds `serve:ssr:project-name` to serve the SSR application. - **angular.json**: Updates the `build` target to enable SSR (`outputMode: 'server'`) and sets the SSR entry point.