We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff58e8 commit 7b6fb74Copy full SHA for 7b6fb74
packages/@aws-cdk/aws-rds/test/test.instance.ts
@@ -741,7 +741,7 @@ export = {
741
test.done();
742
},
743
744
- 'create a DB instance with maxiumum allocated storage'(test: Test) {
+ 'create a DB instance with maximum allocated storage'(test: Test) {
745
// GIVEN
746
const stack = new cdk.Stack();
747
const vpc = new ec2.Vpc(stack, 'VPC');
0 commit comments