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