Skip to content

Commit 7efd65e

Browse files
authored
fix(typo): typo and commentaries
1 parent 91a06ee commit 7efd65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idf_component_examples/esp_matter_light/main/matter_light.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ void loop() {
375375

376376
// Factory reset is triggered if the button is pressed for more than 10 seconds
377377
if (time_diff > 10000) {
378-
log_i("Factory reset triggered. Light will retored to factory settings.");
378+
log_i("Factory reset triggered. Light will restored to factory settings.");
379379
esp_matter::factory_reset();
380380
}
381381
}

0 commit comments

Comments
 (0)