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 ### 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 ```lua
opt = section:option(Value, "optname", "Title Text") opt = section:option(Value, "optname", "Title Text")