Skip to content

Commit f72d28e

Browse files
authored
Merge pull request #346 from jhonderson/patch-1
Small text fix
2 parents 5604137 + 65e8707 commit f72d28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/with-sqs-cross-account-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ In **Account B**, create an Amazon SQS queue that the Lambda function in **Accou
166166
167167
## Configure the event source \(Account A\)<a name="with-sqs-cross-account-event-source"></a>
168168
169-
In **Account A**, create an event source mapping between the Amazon SQS queue in **Account B**and your Lambda function by running the following `create-event-source-mapping` AWS CLI command\.
169+
In **Account A**, create an event source mapping between the Amazon SQS queue in **Account B** and your Lambda function by running the following `create-event-source-mapping` AWS CLI command\.
170170
171171
```
172172
aws lambda create-event-source-mapping --function-name CrossAccountSQSExample --batch-size 10 \
@@ -234,4 +234,4 @@ In **Account B**, clean up the Amazon SQS queue\.
234234
235235
1. Enter **delete** in the text box\.
236236
237-
1. Choose **Delete**\.
237+
1. Choose **Delete**\.

0 commit comments

Comments
 (0)