Skip to content

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
retgits authored Nov 8, 2017
1 parent 7970655 commit cd8bcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/samples/amazon-sqs/sqs-receive-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func TestEval(t *testing.T) {
dummyConnectionData := make(map[string]interface{})
dummyConnectionSettings := make(map[string]interface{}, 4)
//Use your AWS information
dummyConnectionSettings["accesskeyId"] = "<YOUR ACCESS KEY ID>"
dummyConnectionSettings["accessKeyId"] = "<YOUR ACCESS KEY ID>"
dummyConnectionSettings["secreteAccessKey"] = "<YOUR SECRETE ACCESS KEY>"
dummyConnectionSettings["region"] = "<REGION NAME WHERE SQS IS RUNNING>"
dummyConnectionSettings["name"] = "My SQS Connection"
Expand All @@ -499,4 +499,4 @@ func TestEval(t *testing.T) {
assert.Nil(t, err)

}
```
```

0 comments on commit cd8bcf3

Please sign in to comment.