diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter
index b512a6b1399d58..f3b7b0d6b6e427 100644
--- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter
+++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter
@@ -2731,8 +2731,8 @@ cluster OvenMode = 73 {
command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0;
}
-/** This cluster supports remotely monitoring and controling the different typs of
- functionality available to a drying device, such as a laundry dryer. */
+/** This cluster provides a way to access options associated with the operation of
+ a laundry dryer device type. */
cluster LaundryDryerControls = 74 {
revision 1;
diff --git a/src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml
index 11837b8be0e8f4..f126d8836f720c 100644
--- a/src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml
+++ b/src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml
@@ -33,8 +33,8 @@ limitations under the License.
LAUNDRY_DRYER_CONTROLS_CLUSTER
true
true
- This cluster supports remotely monitoring and controling the different typs of
- functionality available to a drying device, such as a laundry dryer.
+ This cluster provides a way to access options associated with the operation of
+ a laundry dryer device type.
diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter
index 0add2f8c6c5095..80aa1b74c29b59 100644
--- a/src/controller/data_model/controller-clusters.matter
+++ b/src/controller/data_model/controller-clusters.matter
@@ -2933,8 +2933,8 @@ cluster OvenMode = 73 {
command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0;
}
-/** This cluster supports remotely monitoring and controling the different typs of
- functionality available to a drying device, such as a laundry dryer. */
+/** This cluster provides a way to access options associated with the operation of
+ a laundry dryer device type. */
cluster LaundryDryerControls = 74 {
revision 1;
diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h
index fbf61defa7fe56..e20ab1b24de185 100644
--- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h
+++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h
@@ -4936,8 +4936,8 @@ MTR_PROVISIONALLY_AVAILABLE
/**
* Cluster Laundry Dryer Controls
*
- * This cluster supports remotely monitoring and controling the different typs of
- functionality available to a drying device, such as a laundry dryer.
+ * This cluster provides a way to access options associated with the operation of
+ a laundry dryer device type.
*/
MTR_PROVISIONALLY_AVAILABLE
@interface MTRBaseClusterLaundryDryerControls : MTRGenericBaseCluster
diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h
index 39024834ce0b37..735749163f8677 100644
--- a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h
+++ b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h
@@ -2301,8 +2301,8 @@ MTR_PROVISIONALLY_AVAILABLE
/**
* Cluster Laundry Dryer Controls
- * This cluster supports remotely monitoring and controling the different typs of
- functionality available to a drying device, such as a laundry dryer.
+ * This cluster provides a way to access options associated with the operation of
+ a laundry dryer device type.
*/
MTR_PROVISIONALLY_AVAILABLE
@interface MTRClusterLaundryDryerControls : MTRGenericCluster