From c1fb4d3729d9710b8aa8d3c3999c7b18f3c1b125 Mon Sep 17 00:00:00 2001
From: Ian Sullivan <wikey@users.noreply.github.com>
Date: Mon, 14 Dec 2020 12:37:17 -0500
Subject: [PATCH] typo

---
 doc/lua-filters.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'})