summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMario Lang <mlang@blind.guru>2022-03-23 11:15:43 +0100
committerGitHub <noreply@github.com>2022-03-23 11:15:43 +0100
commit6e94c8ddcdc10473367900d81d5614d0fd7440b8 (patch)
tree718e4ac9b22f73bc32970f495336c0df37b70d1b /doc
parent98275f1a8528692e78faf2f9106e06f61f7e861d (diff)
doc/lua-filters.md: Fix typo (#7981)
Diffstat (limited to 'doc')
-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 674f2c4da..9ca1003f9 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -311,7 +311,7 @@ variables.
: This variable holds the `lpeg` module, a package based on
Parsing Expression Grammars (PEG). It provides excellent
parsing utilities and is documented on the official [LPeg
- homepage]. Pandoc uses a built-int version of the library,
+ homepage]. Pandoc uses a built-in version of the library,
unless it has been configured by the package maintainer to
rely on a system-wide installation.