From 1672132037bc3d96175a5382200c46b5cde9d112 Mon Sep 17 00:00:00 2001 From: Satyajit Anand Date: Tue, 27 Jun 2023 20:36:52 +0530 Subject: [PATCH] Doc Issue Fix (#27496) --- docs/guides/matter-repl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/matter-repl.md b/docs/guides/matter-repl.md index 265488445e55f3..1bc5cf495fac52 100644 --- a/docs/guides/matter-repl.md +++ b/docs/guides/matter-repl.md @@ -214,11 +214,11 @@ mobile-device-test.py provides the following options for running the tests: --enable-test TEXT The tests to be executed. By default, all tests will be executed, use this option to run a specific set of tests. Use --print- - test-list for a list of appliable tests. + test-list for a list of applicable tests. --disable-test TEXT The tests to be excluded from the set of enabled tests. Use --print-test-list for a - list of appliable tests. + list of applicable tests. --log-level [ERROR|WARN|INFO|DEBUG] The log level of the test.