Skip to content

Commit cf6584e

Browse files
iBotPeachesMarshall Davis
andauthored
style: correct grammar in readme
Co-authored-by: Marshall Davis <marshall@sourcetoad.com>
1 parent 6cbcdec commit cf6584e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Following inputs can be used as `step.with` keys
6666
You shouldn't be using a root user. Below are snippets of an inline policies with suggested permissions for the action.
6767

6868
* You might need to adapt these to fit your use case.
69-
* You will need to insert proper resources/arns to make the snippets below valid.
69+
* You will need to insert proper resources/ARNs to make the snippets below valid.
7070

7171
```json
7272
{
@@ -89,7 +89,7 @@ You shouldn't be using a root user. Below are snippets of an inline policies wit
8989
}
9090
```
9191

92-
* This restrict the action to uploading an object and listing/getting the object so it can obtain the location for CodeDeploy
92+
* This restricts the action to uploading an object and listing/getting the object so it can obtain the location for CodeDeploy
9393
* It is restricted to a specific bucket.
9494

9595
For deploying via CodeDeploy you will need another set of permissions.
@@ -120,7 +120,7 @@ For deploying via CodeDeploy you will need another set of permissions.
120120
}
121121
```
122122

123-
* These permissions are a rough example of allowing the user to list/get/register a revision for all
123+
* These permissions are a rough example of allowing the user to list/get/register a revision for all resources
124124
* A specific permission statement exists to lock creating the deployment to a specific resource
125125

126126
---

0 commit comments

Comments
 (0)