From ce05dfa553314a40e3e1d6098eae9aeb724981a6 Mon Sep 17 00:00:00 2001
From: Frank Blecha <frank@blecha.org>
Date: Tue, 31 May 2016 08:34:08 -0600
Subject: [PATCH] docs: Grammar fix in overview/quickstart.md

---
 docs/content/overview/quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md
index 9b03edc1..f7f21a0a 100644
--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -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)
 
-- 
2.30.2