Skip to content

Commit

Permalink
docs(custom-resource-handlers): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andyu17 committed Jan 12, 2025
1 parent 9317203 commit 2c56012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function compareLoggingProps(oldProps: Partial<EKS.CreateClusterCommandIn
if (newProps.logging?.clusterLogging === undefined && oldProps.logging?.clusterLogging === undefined) {
return newProps;
}
// if newProps containes LogSetup
// if newProps contains LogSetup
if (newProps.logging && newProps.logging.clusterLogging && newProps.logging.clusterLogging.length > 0) {
enabledTypes = newProps.logging.clusterLogging[0].types!;
// if oldProps contains LogSetup with enabled:true
Expand Down

0 comments on commit 2c56012

Please sign in to comment.