Skip to content

Commit 08112f8

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent fa92c13 commit 08112f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/serverless-containers/how-to/add-trigger-to-a-container.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can create triggers on private containers, but to update the privacy of a co
3939
## Queue triggers
4040

4141
<Message type="note">
42-
You must have at least `MessagingAndQueuingReadOnly` permissions in the project containing the queue to add a queue trigger to Serverless Containers.
42+
You must have at least the `MessagingAndQueuingReadOnly` permission in the project containing the queue to add a queue trigger to Serverless Containers.
4343

4444
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
4545
</Message>
@@ -67,7 +67,7 @@ When a message is pushed to the selected queues, the container will be triggered
6767
## NATS triggers
6868

6969
<Message type="note">
70-
You must have at least `MessagingAndQueuingReadOnly` permissions in the project containing the NATS account to add to a Serverless Container.
70+
You must have at least the `MessagingAndQueuingReadOnly` permission in the project containing the NATS account to add to a Serverless Container.
7171

7272
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
7373
</Message>

pages/serverless-functions/how-to/add-trigger-to-a-function.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can create triggers on private functions, but to update the privacy of a fun
4040
## Queue triggers
4141

4242
<Message type="note">
43-
You must have at least `MessagingAndQueuingReadOnly` permissions in the project containing the queue to add a queue trigger to Serverless Functions.
43+
You must have at least the `MessagingAndQueuingReadOnly` permission in the project containing the queue to add a queue trigger to Serverless Functions.
4444

4545
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
4646
</Message>
@@ -67,7 +67,7 @@ The configuration of the queue retention may affect the behavior of the trigger.
6767
## NATS triggers
6868

6969
<Message type="note">
70-
You must have at least `MessagingAndQueuingReadOnly` permissions in the project containing the NATS account to add to Serverless Functions.
70+
You must have at least the `MessagingAndQueuingReadOnly` permission in the project containing the NATS account to add to Serverless Functions.
7171

7272
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
7373
</Message>

0 commit comments

Comments
 (0)