docs(nx): fixed typos

fixed typos of issues #1295 and #1296
This commit is contained in:
Christoph Krüger 2019-04-30 10:08:08 +02:00 committed by Victor Savkin
parent a074edf3f9
commit 0ef6c35a77
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ You can run:
- `ng build api` to build the application
- `ng test api` to test the application
By default, Nx will use Nest when generating node applications. Nest ia fantastic framework that shares many of its core concepts with Angular. It uses modules, providers, dependency injection, etc.. As a result, most Angular developers find Nest easy to use.
By default, Nx will use Nest when generating node applications. Nest is a fantastic framework that shares many of its core concepts with Angular. It uses modules, providers, dependency injection, etc.. As a result, most Angular developers find Nest easy to use.
The generated `apps/api/src/app/app.module.ts` will look like this:

View File

@ -30,11 +30,11 @@ Run `ng build myapp` to build the project. The build artifacts will be stored in
## Running unit tests
Run `ng test` to execute the unit tests via [Jest](https://karma-runner.github.io).
Run `ng test` to execute the unit tests via [Jest](https://jestjs.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Cypress](http://www.protractortest.org/).
Run `ng e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io).
## Further help