aboutsummaryrefslogtreecommitdiffstats
path: root/docs/reference.txt
diff options
context:
space:
mode:
authorchri <chri@ashboing.baco.myftp.org>2012-08-28 10:45:53 +0200
committerchri <chri@ashboing.baco.myftp.org>2012-08-28 10:45:53 +0200
commit58b77ab4ae1239da08d43cb8bc316f6733512fea (patch)
treeef3a933147039d7fd2b886af6263def67fcb5327 /docs/reference.txt
parentcb98f6a5f93f95e91ecee7c6abf2852084a8557f (diff)
downloadmarkdown-58b77ab4ae1239da08d43cb8bc316f6733512fea.tar.gz
markdown-58b77ab4ae1239da08d43cb8bc316f6733512fea.tar.bz2
markdown-58b77ab4ae1239da08d43cb8bc316f6733512fea.zip
Misc typos.
Diffstat (limited to 'docs/reference.txt')
-rw-r--r--docs/reference.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference.txt b/docs/reference.txt
index c438dea..bd837ff 100644
--- a/docs/reference.txt
+++ b/docs/reference.txt
@@ -61,7 +61,7 @@ The following options are available on the `markdown.markdown` function:
the [extension documentation](extensions/index.html) for a list of
available extensions.
- The list of extensions may contain instances of extensions or stings of
+ The list of extensions may contain instances of extensions or strings of
extension names. If an extension name is provided as a string, the
extension must be importable as a python module either within the
`markdown.extensions` package or on your PYTHONPATH with a name starting
@@ -234,7 +234,7 @@ string must be passed to one of two instance methods:
md.reset()
html2 = md.convert(text2)
- You can also change calls to `reset` togeather:
+ You can also change calls to `reset` together:
html3 = md.reset().convert(text3)