From 135cbfbb17fe19e7a0f4d1db7429a0a6ca2f8c70 Mon Sep 17 00:00:00 2001 From: Ian Mayo Date: Tue, 4 Jun 2024 08:52:41 +0100 Subject: [PATCH] Minor wording improvements --- docs/api/rows-auth-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/rows-auth-examples.md b/docs/api/rows-auth-examples.md index f728903..0d1d9f4 100644 --- a/docs/api/rows-auth-examples.md +++ b/docs/api/rows-auth-examples.md @@ -38,7 +38,7 @@ Response ### 2. Granting access to users -Only super users (e.g. `is_superuser=true`) or those who got roles that have access to '\_roles' table, can grant access to other users. +Only super users (e.g. `is_superuser=true`) or those with roles that have access to '\_roles' table can grant access to other users. > Head over to [README](/README.md) and _Updating Super Users_ section to learn how to promote someone to a super user. @@ -105,7 +105,7 @@ Response } ``` -Oh, now that we created the Role Permission think that it's better for `editor` role to have both `read` and `create` permissions. +Oh, now that we have created the Role Permission think that it's better for `editor` role to have both `read` and `create` permissions. #### 2.3. Assign Role to a User