diff --git a/docs/shared/guides/module-federation/faster-builds.md b/docs/shared/guides/module-federation/faster-builds.md index 668ec454a5..e5efb48c3d 100644 --- a/docs/shared/guides/module-federation/faster-builds.md +++ b/docs/shared/guides/module-federation/faster-builds.md @@ -81,7 +81,7 @@ Next, generate the host and remote applications. # React nx g @nrwl/react:host host --remotes=shop,cart,about -#a Angular +# Angular nx g @nrwl/angular:host host --remotes=shop,cart,about ```