Fixed a couple minor typos

nickberry17
2019-03-04 09:35:16 +10:00
parent 2cd777f638
commit 33d1454f7c

@@ -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")