Skip to content

Commit 7b6fb74

Browse files
nirvana124Niranjan Jayakar
and
Niranjan Jayakar
authored
spell fix
Co-Authored-By: Niranjan Jayakar <nija@amazon.com>
1 parent fff58e8 commit 7b6fb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-rds/test/test.instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ export = {
741741
test.done();
742742
},
743743

744-
'create a DB instance with maxiumum allocated storage'(test: Test) {
744+
'create a DB instance with maximum allocated storage'(test: Test) {
745745
// GIVEN
746746
const stack = new cdk.Stack();
747747
const vpc = new ec2.Vpc(stack, 'VPC');

0 commit comments

Comments
 (0)