From 1f86e81c78290852da97a86dca4b027710e1e4ef Mon Sep 17 00:00:00 2001
From: "Rob Swindell (in GitKraken)" <rob@synchro.net>
Date: Tue, 14 Mar 2023 11:09:25 -0700
Subject: [PATCH] Fix JSDOC typo

---
 src/sbbs3/js_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/js_file.c b/src/sbbs3/js_file.c
index 2fdfff4129..1796d9803d 100644
--- a/src/sbbs3/js_file.c
+++ b/src/sbbs3/js_file.c
@@ -3062,7 +3062,7 @@ static jsSyncMethodSpec js_file_functions[] = {
 	,32000
 	},
 	{"iniReadAll",		js_iniReadAll,		0,	JSTYPE_ARRAY,	JSDOCSTR("")
-	,JSDOCSTR("Read entire <tt>.ini</tt> file into an array of string (with <tt>!include</tt>ed files).")
+	,JSDOCSTR("Read entire <tt>.ini</tt> file into an array of strings (with <tt>!include</tt>ed files).")
 	,31802
 	},
 	{0}
-- 
GitLab