From 20127c14564cb1fc669b4d47c0dd424706053567 Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 11 Jul 2017 16:00:53 -0400 Subject: [PATCH] docs: fix typos and grammar (#17818) --- aio/content/guide/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/quickstart.md b/aio/content/guide/quickstart.md index 69819dcb20..167449700e 100644 --- a/aio/content/guide/quickstart.md +++ b/aio/content/guide/quickstart.md @@ -464,7 +464,7 @@ These files go in the root folder next to `src/`. - Inside `e2e/` live the End-to-End tests. + Inside `e2e/` live the end-to-end tests. They shouldn't be inside `src/` because e2e tests are really a separate app that just so happens to test your main app. That's also why they have their own `tsconfig.e2e.json`. @@ -493,7 +493,7 @@ These files go in the root folder next to `src/`. Configuration for Angular CLI. In this file you can set several defaults and also configure what files are included - when your project is build. + when your project is built. Check out the official documentation if you want to know more.