From 2b1a38715ce9b4dc599fae27d3e2e0ab3b1801f2 Mon Sep 17 00:00:00 2001
From: Michael Rose <est.michael@gmail.com>
Date: Tue, 15 Mar 2016 14:11:31 -0400
Subject: [PATCH] Fix typo

---
 _posts/2010-08-05-post-image-standard.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2010-08-05-post-image-standard.md b/_posts/2010-08-05-post-image-standard.md
index 27974013..ea7b87ee 100644
--- a/_posts/2010-08-05-post-image-standard.md
+++ b/_posts/2010-08-05-post-image-standard.md
@@ -7,7 +7,7 @@ tags:
   - Post Formats
 ---
 
-The preferred way of using images is placing them in the `/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/images/{% endraw %}` well make sure your images display properly in feeds and such.
+The preferred way of using images is placing them in the `/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/images/{% endraw %}` will make sure your images display properly in feeds and such.
 
 ![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/images/unsplash-image-9.jpg)