Fixed typo

Fixed typo in code snippet
This commit is contained in:
Robin Stevens 2017-12-11 17:59:31 +01:00 committed by GitHub
parent 4b4666e9e1
commit 1549c20fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Instead of using Markdown or HTML syntax directly in your page for images, the s
```liquid
{% raw %}
{% include image.html file="jekyll.png" url="http://jekyllrb.com" alt="Jekyll" caption="This is a sample caption" %"}
{% include image.html file="jekyll.png" url="http://jekyllrb.com" alt="Jekyll" caption="This is a sample caption" %}
{% endraw %}
```