docs: Grammar fix in overview/quickstart.md

This commit is contained in:
Frank Blecha 2016-05-31 08:34:08 -06:00 committed by digitalcraftsman
parent 4ab5ed6c21
commit ce05dfa553

View file

@ -314,7 +314,7 @@ Robust theme is a good start towards our online bookshelf but we to customize it
The first change that we have to make is to use a different default image instead of the one used in the theme. The default image used in both the list and single view page resides inside the `themes/hugo_theme_robust/static/images/default.jpg`. We can easily replace it by creating a simple directory structure inside the `static` directory inside the `bookshelf` directory.
Create images directory inside the static directory and copy an image with name `default.jpg` inside it. We will use the default image shown below.
Create an images directory inside the static directory and copy an image with name `default.jpg` inside it. We will use the default image shown below.
![](/img/quickstart/default.jpg)