From 136739b7ed6dbd4052be582febf4ff3beea32d87 Mon Sep 17 00:00:00 2001
From: Mauro Bieg <mb21@users.noreply.github.com>
Date: Mon, 29 Nov 2021 17:59:37 +0100
Subject: [PATCH] fix typo in custom-readers.md (#7722)

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

diff --git a/doc/custom-readers.md b/doc/custom-readers.md
index c85b43ae4..afa0caa73 100644
--- a/doc/custom-readers.md
+++ b/doc/custom-readers.md
@@ -14,7 +14,7 @@ install any additional software to do this.
 
 [Lua]: https://www.lua.org
 
-A custom writer is a Lua file that defines a function
+A custom reader is a Lua file that defines a function
 called `Reader`, which takes two arguments:
 
 - a string, the raw input to be parsed