Skip to content

Commit

Permalink
docs: Update miss spelled method (#6123)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
intercept6 and mergify[bot] authored Feb 5, 2020
1 parent 2c5c88d commit 4881be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-applicationautoscaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following example configures the read capacity of a DynamoDB table
to be around 60% utilization:

```ts
const readCapacity = table.autosScaleReadCapacity({
const readCapacity = table.autoScaleReadCapacity({
minCapacity: 10,
maxCapacity: 1000
});
Expand Down

0 comments on commit 4881be9

Please sign in to comment.