diff options
| author | Barry Clark <barry@barryclark.co> | 2015-11-16 22:25:05 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2015-11-16 22:25:05 -0500 |
| commit | 0b7e2f516b3e1121eada6059a7996255c34f9886 (patch) | |
| tree | 83f8daefb6ae17ff3ec95ac1004e80c1eb4379e1 | |
| parent | fb2f50ba6fab860134c416cc097707da159d8c6f (diff) | |
| parent | e97256880990c8358713df22931dbbc0b8da674b (diff) | |
| download | acn-blog-0b7e2f516b3e1121eada6059a7996255c34f9886.tar.gz acn-blog-0b7e2f516b3e1121eada6059a7996255c34f9886.tar.bz2 acn-blog-0b7e2f516b3e1121eada6059a7996255c34f9886.zip | |
Merge pull request #199 from dijonkitchen/patch-2
Fix grammatical error on the 404 page.
| -rw-r--r-- | 404.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,6 +3,6 @@ layout: page title: 404 - Page not found --- -Sorry, we can't find that page that you're looking for. You can try take for a look by going [back to the homepage]({{ site.baseurl }}/). +Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/). -[<img src="{{ site.baseurl }}/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px;"/>]({{ site.baseurl }}/)
\ No newline at end of file +[<img src="{{ site.baseurl }}/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px;"/>]({{ site.baseurl }}/) |
