aboutsummaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
diff options
context:
space:
mode:
authorIan Sullivan <wikey@users.noreply.github.com>2020-12-14 12:37:17 -0500
committerGitHub <noreply@github.com>2020-12-14 12:37:17 -0500
commitc1fb4d3729d9710b8aa8d3c3999c7b18f3c1b125 (patch)
tree3b589ad4c46f02c4789807391f7579ea79414c88 /doc/lua-filters.md
parentc43e2dc0f4ce639c8d0bd156afea2fd07ffc91ff (diff)
downloadpandoc-c1fb4d3729d9710b8aa8d3c3999c7b18f3c1b125.tar.gz
typo
Diffstat (limited to 'doc/lua-filters.md')
-rw-r--r--doc/lua-filters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index b715b8218..787365212 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -1513,7 +1513,7 @@ with the [`pandoc.Attr`](#pandoc.attr) constructor. For
convenience, it is usually not necessary to construct the value
directly if it is part of an element, and it is sufficient to
pass an HTML-like table. E.g., to create a span with identifier
-"text" and classes "a" and "b", on can write:
+"text" and classes "a" and "b", one can write:
local span = pandoc.Span('text', {id = 'text', class = 'a b'})