From abeb6617173dd0acb966c004c9007fdfc4f11546 Mon Sep 17 00:00:00 2001 From: Jefiozie Date: Wed, 29 Apr 2020 14:55:51 +0200 Subject: [PATCH] fix: fixed small typos --- docs/blog.md | 2 +- docs/getting-started.md | 2 +- ng-projects/scullyDocs/src/app/app.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blog.md b/docs/blog.md index 113de2b92..047e5c122 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -22,7 +22,7 @@ To add blog support to your app, run the following command: ng generate @scullyio/init:blog ``` -This command adds the blog modules's roues to the Angular application. In addition, it creates a `./blog` folder for the blog's markdown files. +This command adds the blog modules's routes to the Angular application. In addition, it creates a `./blog` folder for the blog's markdown files. To create a folder with a different name, run the following command: diff --git a/docs/getting-started.md b/docs/getting-started.md index 3d9b58b38..b4d3d3105 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -131,7 +131,7 @@ npm run scully Congratulations! You have turned your Angular application into a wicked fast pre-rendered one thanks to Scully. -The built version is in the `./dist/static` folder. This folder contains ol the pages in the site. +The built version is in the `./dist/static` folder. This folder contains all the pages in the site. **NOTE:** In case of any errors or warnings during the build process, please follow the instructions in the errors/warnings section or [submit an issue](https://github.com/scullyio/scully/issues/new/choose). diff --git a/ng-projects/scullyDocs/src/app/app.component.html b/ng-projects/scullyDocs/src/app/app.component.html index e89103e0d..e62b6c389 100644 --- a/ng-projects/scullyDocs/src/app/app.component.html +++ b/ng-projects/scullyDocs/src/app/app.component.html @@ -33,7 +33,7 @@

Learn