From a08b10cb6f29b83484fd1b9b585ebdea9e0d074a Mon Sep 17 00:00:00 2001 From: alxizr <39420735+alxizr@users.noreply.github.com> Date: Fri, 23 Sep 2022 01:31:25 +0300 Subject: [PATCH] docs(misc): fix typo in faster-builds.md (#11902) remove extra character --- docs/shared/guides/module-federation/faster-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```