diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2022-10-13 14:27:15 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2022-10-13 14:27:15 +0300 |
commit | 7b073526a659842d942a3a0e4717ddba3ee6eadb (patch) | |
tree | 07dd4d873bc746653d97b91c39d0ef52b2d970cd /applications/luci-app-example/root/usr | |
parent | b0b9a34f8b75f9c2c91cb6a4badcc4e8e4122821 (diff) |
luci-app-example: improve description
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-example/root/usr')
-rw-r--r-- | applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json b/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json index 998cb4b0e1..136f9aed55 100644 --- a/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json +++ b/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json @@ -1,6 +1,6 @@ { "luci-app-example": { - "description": "Grant UCI access to LuCI app ecample", + "description": "Grant UCI access to LuCI app example", "read": { "ubus": { "uci": [ |