Skip to content

Commit

Permalink
fix typo for doc in aws-cdk-lib/aws-eks/lib/k8s-manifest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Sep 30, 2023
1 parent 58b08d3 commit 1a4a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/lib/k8s-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export interface KubernetesManifestProps extends KubernetesManifestOptions {
*/
export class KubernetesManifest extends Construct {
/**
* The CloudFormation reosurce type.
* The CloudFormation resource type.
*/
public static readonly RESOURCE_TYPE = 'Custom::AWSCDK-EKS-KubernetesResource';

Expand Down

0 comments on commit 1a4a7e5

Please sign in to comment.