Skip to content

Commit

Permalink
Fix typos in recipes/working-with-themes.md (#20775)
Browse files Browse the repository at this point in the history
A few various typos on this file (most likely due to haste in writing!).

Have found and corrected all typos.
  • Loading branch information
lqze authored and LB committed Jan 23, 2020
1 parent 119c345 commit 631a3ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/recipes/working-with-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Found a theme you'd like to use on your project? Awesome! You can configure it f

> If you'd like to take a look at more theme options, check out [list of themes](https://www.npmjs.com/search?q=gatsby-theme).
### Prerequisities
### Prerequisites

Make sure you have the following installed:

Expand Down Expand Up @@ -60,9 +60,9 @@ module.exports = {
}
```

4. Run `yarn develop` , the theme should be avaliable at `http://localhost:8000/{basePath}`
4. Run `yarn develop` , the theme should be available at `http://localhost:8000/{basePath}`

> To learn how to further customize a theme,check out the avaliabe paths on [Gatsby-theme-blog Documentation](https://www.npmjs.com/package/gatsby-theme-blog).
> To learn how to further customize a theme, check out the available paths on [Gatsby-theme-blog Documentation](https://www.npmjs.com/package/gatsby-theme-blog).
### Additional resources

Expand Down

0 comments on commit 631a3ae

Please sign in to comment.