Merge branch 'contrib/github_pr_14738' into 'master'

fix(docs): code comment spelling error  (GitHub PR)

Closes IDFGH-13896

See merge request espressif/esp-idf!34863
This commit is contained in:
Tomas Rezucha
2024-11-13 19:23:47 +08:00

View File

@ -32,7 +32,7 @@ QueueHandle_t app_event_queue = NULL;
/** /**
* @brief APP event group * @brief APP event group
* *
* Application logic can be different. There is a one among other ways to distingiush the * Application logic can be different. There is a one among other ways to distinguish the
* event by application event group. * event by application event group.
* In this example we have two event groups: * In this example we have two event groups:
* APP_EVENT - General event, which is APP_QUIT_PIN press event (Generally, it is IO0). * APP_EVENT - General event, which is APP_QUIT_PIN press event (Generally, it is IO0).