Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion ng-projects/scullyDocs/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Learn</h3>
<div class="footer-2">
<h3>Community</h3>
<p><a routerLink="/docs/CONTRIBUTING">Contribute</a></p>
<p><a target="_blank" href="https://gitter.im/scullyio/community">Guitter Channel</a></p>
<p><a target="_blank" href="https://gitter.im/scullyio/community">Gitter Channel</a></p>
<!--p>Upcoming Events</p-->
<p><a target="_blank" href="https://twitter.com/scullyio">Twitter</a></p>
</div>
Expand Down