luci-app-example: spell fix
authorPaul Donald <newtwen+github@gmail.com>
Wed, 23 Oct 2024 20:29:09 +0000 (22:29 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Wed, 23 Oct 2024 20:29:09 +0000 (22:29 +0200)
Closes #7333

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-example/README.md

index 938309cc32f6a1c740d74b37605b18ca8aa26b8b..02a48eb26369dbca890b49a14de312dde8450eca 100644 (file)
@@ -1,7 +1,7 @@
 # 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.
-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