luci-app-example: spell fix

Closes #7333

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2024-10-23 22:29:09 +02:00
parent 7acea81873
commit 55e08bedf2

View File

@@ -1,7 +1,7 @@
# Example app for js based Luci # Example app for js based Luci
This app is meant to be a starting point for developing new LuCI apps using the modern JavaScript client-rendered approach. This app is meant to be a starting point for developing new LuCI apps using the modern JavaScript client-rendered approach.
Previously the LuCI used a Lua server-side render approach which id deprecated now. Previously the LuCI used a Lua server-side render approach which is deprecated now.
## Installation ## Installation