From 588136141d478703c9fcb3931a500f51306243b0 Mon Sep 17 00:00:00 2001 From: Satyajit Anand Date: Sat, 8 Jul 2023 03:00:24 +0530 Subject: [PATCH] Fix Doc Issue (#27682) --- docs/guides/matter-repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/matter-repl.md b/docs/guides/matter-repl.md index 1bc5cf495fac52..e7ebba5b3e18cd 100644 --- a/docs/guides/matter-repl.md +++ b/docs/guides/matter-repl.md @@ -241,7 +241,7 @@ Some tests provides the option to exclude them. For example, you can use `--disable-test ClusterObjectTests.TestTimedRequestTimeout` to exclude the "TestTimedRequestTimeout" test case. -It is recommanded to use the test wrapper to run mobile-device-test.py, for +It is recommended to use the test wrapper to run mobile-device-test.py, for example, you can run: ```