From 0fcfafb80d72cad602aaa897934e6c43328e689c Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 31 Jul 2015 15:06:20 +0200 Subject: [PATCH] Typos in menu doku --- menus/user/00-erp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menus/user/00-erp.yaml b/menus/user/00-erp.yaml index 1b57c8d62..39395ee9e 100644 --- a/menus/user/00-erp.yaml +++ b/menus/user/00-erp.yaml @@ -2,7 +2,7 @@ # # Each menu entry can have the following properties: # -# parnet: the id of a higher node in the tree, top-level node if missing +# parent: the id of a higher node in the tree, top-level node if missing # id: a unique identifier used by parent links and for overloading # name: translatable text for display # icon: stripped name of an icon for this menu entry @@ -10,7 +10,7 @@ # access: boolean expression of the rights needed to display and access this entry # ( ) & | are supported. if binary operator is missing the last # operator in same scope is repeated, or "|" if none used in scope -# yet. client config entrys can be used as rights by prefixing them +# yet. client config entries can be used as rights by prefixing them # with "client/". If missing, access will be granted. # # Example: -- 2.20.1