Skip to content

Commit 90f3d31

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 043c540 commit 90f3d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/serverless-sql-databases/how-to/manage-permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Permissions define the actions a user or an application can perform on a databas
3636
- Select a **principal**, who will be the target of your policy. The [principal](/iam/concepts/#principal) should be the user, application, or group you want to grant access to your database.
3737

3838
<Message type="important">
39-
- You can choose to create a policy without a principal for now, and attach the principal later.
39+
- You can choose to create a policy without a principal for now and attach one later.
4040
- The policy will have no effect until a principal is attached.
4141
- A policy can only be attached to one principal at a time.
4242
</Message>

pages/serverless-sql-databases/troubleshooting/connection-errors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ The [IAM principal](/iam/concepts/#principal) (user or application) does not hav
4747

4848
### Solution
4949

50-
[Grant one of the following permissions](/serverless-sql-databases/how-to/manage-permissions/) sets to the user or application:
50+
[Grant one of the following permissions sets](/serverless-sql-databases/how-to/manage-permissions/) to the user or application:
5151
- `ServerlessSQLDatabaseReadOnly`
5252
- `ServerlessSQLDatabaseReadWrite`
5353
- `ServerlessSQLDatabaseDataReadWrite`
5454
- `ServerlessSQLDatabaseFullAccess`
5555

56-
Refer to the [dedicated documentation](/serverless-sql-databases/how-to/manage-permissions/) for more information the SQL operations allowed by each permissions set.
56+
Refer to the [dedicated documentation](/serverless-sql-databases/how-to/manage-permissions/) for more information on the SQL operations allowed by each permissions set.
5757

5858
## ERROR: permission denied to create temporary tables/subscription in database
5959

0 commit comments

Comments
 (0)