aboutsummaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.md
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-07-02 18:51:51 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-07-02 19:07:28 +0300
commit41cf6d540fbc7c6033dad09fb27a68ad1da4c629 (patch)
treee0690ea25d0dfd46918ddcee0d6f918239594e9d /doc/using-the-pandoc-api.md
parent5479ea300a5c02d63fe1ffafb060bfa1134b4f97 (diff)
downloadpandoc-41cf6d540fbc7c6033dad09fb27a68ad1da4c629.tar.gz
More spellcheck
Diffstat (limited to 'doc/using-the-pandoc-api.md')
-rw-r--r--doc/using-the-pandoc-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md
index 8527f6373..550b38c65 100644
--- a/doc/using-the-pandoc-api.md
+++ b/doc/using-the-pandoc-api.md
@@ -42,7 +42,7 @@ limitation is mostly a help rather than a hindrance, since many
of the formats pandoc supports have similar limitations.
The best way to explore the pandoc AST is to use `pandoc -t
-native`, which will display the AST correspoding to some
+native`, which will display the AST corresponding to some
Markdown input:
```
@@ -187,7 +187,7 @@ Some particularly important options to know about:
# Builder
Sometimes it's useful to construct a Pandoc document
-programatically. To make this easier we provide the
+programmatically. To make this easier we provide the
module [Text.Pandoc.Builder] `pandoc-types`.
Because concatenating lists is slow, we use special