Skip to content

Commit

Permalink
chore(secretsmanager): correct case typo in rotation-schedule.ts (aws…
Browse files Browse the repository at this point in the history
…#8384)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
dquist authored Jun 4, 2020
1 parent 8aca855 commit a3e23cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { CfnRotationSchedule } from './secretsmanager.generated';
*/
export interface RotationScheduleOptions {
/**
* THe Lambda function that can rotate the secret.
* The Lambda function that can rotate the secret.
*/
readonly rotationLambda: lambda.IFunction;

Expand Down

0 comments on commit a3e23cd

Please sign in to comment.