Skip to content

Commit c197e47

Browse files
committed
fix a typo: section instead of Section
1 parent 1aa8691 commit c197e47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/AuthRBAC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,8 @@ const authProvider = {
10361036
// 'products.description' is missing
10371037
{ action: 'write', resource: 'products.thumbnail' },
10381038
// 'products.image' is missing
1039-
{ action: 'write', resource: 'products.Section.description' },
1040-
{ action: 'write', resource: 'products.Section.images' },
1039+
{ action: 'write', resource: 'products.section.description' },
1040+
{ action: 'write', resource: 'products.section.images' },
10411041
// 'products.Section.stock' is missing
10421042
]),
10431043
};

0 commit comments

Comments
 (0)