From 6c1e57875df9f3f98f7b64c82520963188a239d4 Mon Sep 17 00:00:00 2001 From: chendejin Date: Fri, 11 Jul 2025 11:26:36 +0800 Subject: [PATCH] docs: fix typo in docs --- docs/en/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index f92ae372e..2f434eb36 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -1673,7 +1673,7 @@ Run ``zap_regen_all.py`` in Matter virtual environment to generate common code a :: cd esp_matter/connectedhomeip/connectedhomeip - source ./scripts/active.sh + source ./scripts/activate.sh ./scripts/tools/zap_regen_all.py The code generation script will create client code for the custom cluster, supporting Android, Darwin, and Python controllers, as well as the chip-tool. It will also generate app-common code for the new custom cluster.