Skip to content

Commit

Permalink
docs(cloudfront): fix CacheHeaderBehavior.behavior docstring (aws#16067)
Browse files Browse the repository at this point in the history
related aws#16002


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
njlynch authored and hollanddd committed Aug 26, 2021
1 parent 894cdfa commit 753cbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudfront/lib/cache-policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class CacheHeaderBehavior {
return new CacheHeaderBehavior('whitelist', headers);
}

/** If the no headers will be passed, or an allow list of headers. */
/** If no headers will be passed, or an allow list of headers. */
public readonly behavior: string;
/** The headers for the allow/deny list, if applicable. */
public readonly headers?: string[];
Expand Down

0 comments on commit 753cbf2

Please sign in to comment.