docs(misc): fix typo in faster-builds.md (#11902)

remove extra character
This commit is contained in:
alxizr 2022-09-23 01:31:25 +03:00 committed by GitHub
parent cb1947870d
commit a08b10cb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```