Skip to content

Commit

Permalink
docs: Fix typo in lambda package README (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandennis authored and evans committed May 11, 2018
1 parent bd80dd1 commit 11aa855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.graphiqlHandler = server.graphiqlLambda({

#### 2. Create an S3 bucket

The bucket name name must be universally unique.
The bucket name must be universally unique.

```shell
aws s3 mb s3://<bucket name>
Expand Down

0 comments on commit 11aa855

Please sign in to comment.