From 33d1454f7c36fa3dabd704da38aa54d9e93b7688 Mon Sep 17 00:00:00 2001 From: nickberry17 <18670565+nickberry17@users.noreply.github.com> Date: Mon, 4 Mar 2019 09:35:16 +1000 Subject: [PATCH] Fixed a couple minor typos --- LuCI-0.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuCI-0.10.md b/LuCI-0.10.md index 266d8ff..519ae18 100644 --- a/LuCI-0.10.md +++ b/LuCI-0.10.md @@ -107,7 +107,7 @@ A list of possible datatypes can be found in the [luci.cbi.datatypes](http://luc ### Validation -Server-sided validator function can now return custom error messages to provide better feedback on invalid input. +Server-side validator functions can now return custom error messages to provide better feedback on invalid input. ```lua opt = section:option(Value, "optname", "Title Text")