Skip to content

Commit

Permalink
doc: Fix typo in DynamoDB Global Tables (#2885)
Browse files Browse the repository at this point in the history
`s/mutliple/multiple/`
  • Loading branch information
RomainMuller authored Jun 17, 2019
1 parent 6446b78 commit 4bf474a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import cdk = require("@aws-cdk/cdk");
import { GlobalTableCoordinator } from "./global-table-coordinator";

/**
* Properties for the mutliple DynamoDB tables to mash together into a
* Properties for the multiple DynamoDB tables to mash together into a
* global table
*/
export interface GlobalTableProps extends cdk.StackProps, dynamodb.TableOptions {
Expand Down

0 comments on commit 4bf474a

Please sign in to comment.