diff options
author | Martin Maillard <self@martin-maillard.com> | 2014-03-03 21:14:39 +0100 |
---|---|---|
committer | Martin Maillard <self@martin-maillard.com> | 2014-03-03 21:14:39 +0100 |
commit | 26b809b9e08255a8f2b19b7057efbb62b0fc1dfa (patch) | |
tree | 52e420e5b794cd6abe65640ac2073552e1ce6309 /docs | |
parent | 9e4f78955fec355b25485604dba48a37a137e4aa (diff) | |
download | markdown-26b809b9e08255a8f2b19b7057efbb62b0fc1dfa.tar.gz markdown-26b809b9e08255a8f2b19b7057efbb62b0fc1dfa.tar.bz2 markdown-26b809b9e08255a8f2b19b7057efbb62b0fc1dfa.zip |
Fix typo in reference.txt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.txt b/docs/reference.txt index 20e9eeb..b627c46 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -87,7 +87,7 @@ The following options are available on the `markdown.markdown` function: named `mdx_extra` ('mdx_' will be appended to the beginning of the string) at the root of your PYTHONPATH. - When loading an extension by name (as a sting), you may either pass in + When loading an extension by name (as a string), you may either pass in configuration settings to the extension using the [extension_configs](#extension_configs) keyword or by appending the settings to the name in the following format: |