Skip to content

Commit 65e8707

Browse files
authored
Small text fix
**Account B**and -> **Account B** and
1 parent e391fe5 commit 65e8707

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
@@ -163,7 +163,7 @@ In **Account B**, create an Amazon SQS queue that the Lambda function in **Accou
163163
164164
## Configure the event source \(Account A\)<a name="with-sqs-cross-account-event-source"></a>
165165
166-
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\.
166+
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\.
167167
168168
```
169169
aws lambda create-event-source-mapping --function-name CrossAccountSQSExample --batch-size 10 \
@@ -231,4 +231,4 @@ In **Account B**, clean up the Amazon SQS queue\.
231231
232232
1. Enter **delete** in the text box\.
233233
234-
1. Choose **Delete**\.
234+
1. Choose **Delete**\.

0 commit comments

Comments
 (0)