aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortajmone <tajmone@libero.it>2020-07-09 16:17:56 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-07-09 18:48:52 +0200
commitbf7c624c809fc3ee510f3d15b6e0aea5d8c262f7 (patch)
treec9213c2a1462372b149463c441198ab5ca901e69 /doc
parent804e8eeed2fbcd0b4a52ad908b8ccccf89563097 (diff)
downloadpandoc-bf7c624c809fc3ee510f3d15b6e0aea5d8c262f7.tar.gz
Fix Typos in Lua Filters Doc
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index c5f7d2713..cc49da09b 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -138,7 +138,7 @@ elements.
## Filters on element sequences
-For some filtering tasks, the it is necessary to know the order
+For some filtering tasks, it is necessary to know the order
in which elements occur in the document. It is not enough then to
inspect a single element at a time.
@@ -1127,7 +1127,7 @@ A [table cell]{#type-table-cell} is a list of blocks.
*[Alignment]{#type-alignment}* is a string value indicating the
horizontal alignment of a table column. `AlignLeft`,
-`AlignRight`, and `AlignCenter` leads cell content tob be
+`AlignRight`, and `AlignCenter` leads cell content to be
left-aligned, right-aligned, and centered, respectively. The
default alignment is `AlignDefault` (often equivalent to
centered).
@@ -3035,7 +3035,7 @@ methods and convenience functions.
[`pandoc.List:insert ([pos], value)`]{#pandoc.list:insert}
: Inserts element `value` at position `pos` in list, shifting
- elements to the next-greater indix if necessary.
+ elements to the next-greater index if necessary.
This function is identical to
[`table.insert`](https://www.lua.org/manual/5.3/manual.html#6.6).
@@ -3082,7 +3082,7 @@ methods and convenience functions.
Parameters:
`pos`:
- : position of the list value that will be remove; defaults
+ : position of the list value that will be removed; defaults
to the index of the last element
Returns: the removed element