From 0ef6c35a7719e63525db2bf3657fc85835fc3a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Kr=C3=BCger?= Date: Tue, 30 Apr 2019 10:08:08 +0200 Subject: [PATCH] docs(nx): fixed typos fixed typos of issues #1295 and #1296 --- docs/fundamentals/build-full-stack-applications.md | 2 +- packages/workspace/src/schematics/workspace/files/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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