diff --git a/examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp b/examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp index ee65c798e967b1..9c09f7f8e429d9 100644 --- a/examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp +++ b/examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp @@ -168,7 +168,7 @@ void DeviceCallbacks::OnLevelControlAttributeChangeCallback(EndpointId endpointI return; } -// Current we only support ColorControl cluster for ESP32C3_DEVKITM which has an on-board RGB-LED +// Currently we only support ColorControl cluster for ESP32C3_DEVKITM which has an on-board RGB-LED #if CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM void DeviceCallbacks::OnColorControlAttributeChangeCallback(EndpointId endpointId, AttributeId attributeId, uint8_t * value) {