diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-23 22:29:09 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-23 22:29:09 +0200 |
commit | 55e08bedf255c654201fd89761d205ceebae00e1 (patch) | |
tree | 159358f2fa7d80a59d0059d97077374403564459 | |
parent | 7acea818735a9c5e8577d6b57f359996956f15e4 (diff) |
luci-app-example: spell fix
Closes #7333
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-rw-r--r-- | applications/luci-app-example/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-example/README.md b/applications/luci-app-example/README.md index 938309cc32..02a48eb263 100644 --- a/applications/luci-app-example/README.md +++ b/applications/luci-app-example/README.md @@ -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 |