Skip to content

Commit

Permalink
chore: fix "certifcate" typos (#26590)
Browse files Browse the repository at this point in the history
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
darrylabbate authored Aug 1, 2023
1 parent d5c64cb commit 02e04a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export interface CertificateProps {
readonly transparencyLoggingEnabled?: boolean;

/**
* The Certifcate name.
* The Certificate name.
*
* Since the Certifcate resource doesn't support providing a physical name, the value provided here will be recorded in the `Name` tag
* Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the `Name` tag
*
* @default the full, absolute path of this construct
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ describe('Transparency logging settings', () => {
});
});

describe('Certifcate Name setting', () => {
describe('Certificate Name setting', () => {
test('the Name tag is defaulted to path', () => {
const stack = new Stack(undefined, 'TestStack');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export class ViewerCertificate {
}

/**
* Generate a viewer certifcate configuration using
* Generate a viewer certificate configuration using
* the CloudFront default certificate (e.g. d111111abcdef8.cloudfront.net)
* and a `SecurityPolicyProtocol.TLS_V1` security policy.
*
Expand Down

0 comments on commit 02e04a6

Please sign in to comment.