Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
`information_schema.applicable_roles` was written as `information_schema.applicable-roles`.
  • Loading branch information
velavokr authored Mar 18, 2024
1 parent 58dafc0 commit 749f114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/security/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Role-based access control provides the ability to control permissions and determ

A user interacting with Firebolt must have the appropriate permissions to use an object. Permissions from all roles assigned to a user are considered in each interaction in Firebolt.

To view all roles, click **Govern** to open the govern space, then choose **Roles** from the menu, or query the [information_schema.applicable-roles](../../sql_reference/information-schema/applicable-roles.md) view.
To view all roles, click **Govern** to open the govern space, then choose **Roles** from the menu, or query the [information_schema.applicable_roles](../../sql_reference/information-schema/applicable-roles.md) view.

## System-defined roles

Expand Down

0 comments on commit 749f114

Please sign in to comment.