Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 29, 2020
2 parents 6035523 + d8c5959 commit 973a535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class ApiStack extends Stack {
constructor(scope: Construct, id: string) {
super(scope, id);

const userPool = new UserPool(this, 'UserPool'{
const userPool = new UserPool(this, 'UserPool', {
userPoolName: 'myPool',
});

Expand Down

0 comments on commit 973a535

Please sign in to comment.