Skip to content

Commit

Permalink
Update incorrect table name attribute (#33)
Browse files Browse the repository at this point in the history
The attribute of table name should be `name` instead of `table` based on what I read from the documentation and the examples.
  • Loading branch information
nthock committed Aug 5, 2020
1 parent 7a38559 commit 9bb986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/permissions/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ restrict = true # can access only the tables listed below

|attribute|description|
|---|---|
|table|Table name|
|name|Table name|
|permissions|Table permissions. Options: `read`, `write` and `delete`|
|fields|Fields permitted for operations|

Expand Down

0 comments on commit 9bb986c

Please sign in to comment.