From dbd259731941652cd7614e6ecd2eba89bba89c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 13 Mar 2024 13:11:58 +0100 Subject: [PATCH] Fix a typo in generic_switch example README.md --- examples/generic_switch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generic_switch/README.md b/examples/generic_switch/README.md index 4fa187efa..204731e1b 100644 --- a/examples/generic_switch/README.md +++ b/examples/generic_switch/README.md @@ -3,7 +3,7 @@ This example creates a Generic Switch device using the ESP Matter data model. This example demonstrates the use of few optional data model elements like : -- Fixed Label Cluster : provides a feature for the device to tag an endpoint with zero or more read only labels.(demonnstrated through nvs) +- Fixed Label Cluster : provides a feature for the device to tag an endpoint with zero or more read only labels (demonstrated through nvs). - User Label Cluster : This cluster provides a feature to tag an endpoint with zero or more labels. - Taglist Feature of Descriptor Cluster : used to disambiguate sibling endpoints where two or more sibling endpoints have an overlap in the supported device types with each such endpoint having a unique TagList.