diff --git a/docs/fundamentals/build-full-stack-applications.md b/docs/fundamentals/build-full-stack-applications.md index cb64c9aa22..1c3f1fede9 100644 --- a/docs/fundamentals/build-full-stack-applications.md +++ b/docs/fundamentals/build-full-stack-applications.md @@ -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: diff --git a/packages/workspace/src/schematics/workspace/files/README.md b/packages/workspace/src/schematics/workspace/files/README.md index 93ab26dfb7..0f2a7ae4d1 100644 --- a/packages/workspace/src/schematics/workspace/files/README.md +++ b/packages/workspace/src/schematics/workspace/files/README.md @@ -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