You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ The default SSM Parameter format used by this module is the following:
180
180
]
181
181
```
182
182
183
-
You can append to this array by adding values to `var.additional_ssm_params`.
183
+
You can append to this array by adding values to `var.additional_ssm_params`.
184
184
185
185
## Development
186
186
@@ -208,7 +208,7 @@ For Example
208
208
```sh
209
209
git commit -m "your commit message #major"
210
210
```
211
-
By specifying this , it will bump the version and if you dont specify this in your commit message then by default it will consider patch and will bump that accordingly
211
+
By specifying this , it will bump the version and if you don't specify this in your commit message then by default it will consider patch and will bump that accordingly
0 commit comments