diff options
author | Alex Chan <alex@alexwlchan.net> | 2017-12-27 21:59:35 +0000 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-12-27 19:00:08 -0500 |
commit | dd3e65a9d4fd77e2b656579580b97cd1f9ae0ee7 (patch) | |
tree | c1cb8a47d48127e2a9b02807044ff3d92b661692 | |
parent | bc5a9bb02ae5d171d42978078344050034edc106 (diff) | |
download | markdown-dd3e65a9d4fd77e2b656579580b97cd1f9ae0ee7.tar.gz markdown-dd3e65a9d4fd77e2b656579580b97cd1f9ae0ee7.tar.bz2 markdown-dd3e65a9d4fd77e2b656579580b97cd1f9ae0ee7.zip |
Remove unwanted apostrophe from docs
-rw-r--r-- | docs/extensions/smarty.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/smarty.md b/docs/extensions/smarty.md index 8c0d8cc..9353d9b 100644 --- a/docs/extensions/smarty.md +++ b/docs/extensions/smarty.md @@ -73,6 +73,6 @@ Further reading --------------- SmartyPants extension is based on the original SmartyPants implementation -by John Gruber. Please read it's [documentation][1] for details. +by John Gruber. Please read its [documentation][1] for details. [1]: http://daringfireball.net/projects/smartypants/ |