Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-apigateway/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed May 11, 2020
1 parent 7f06ccc commit 8563060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ The following code creates a REST API using an external OpenAPI definition JSON
```ts
const api = new apigateway.SpecRestApi(this, 'books-api', {
apiDefinition: apigateway.APIDefinition.fromAsset('path-to-file.json')
apiDefinition: apigateway.ApiDefinition.fromAsset('path-to-file.json')
});
```
Expand Down

0 comments on commit 8563060

Please sign in to comment.