From e7ff05b66b98c118c4ac79ea50dbec2167dbfc5d Mon Sep 17 00:00:00 2001 From: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:22:20 -0300 Subject: [PATCH] Minor grammar fix Co-authored-by: Boris Zbarsky --- scripts/py_matter_yamltests/matter_yamltests/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/py_matter_yamltests/matter_yamltests/hooks.py b/scripts/py_matter_yamltests/matter_yamltests/hooks.py index 749f680583518f..d14e90a7aabe90 100644 --- a/scripts/py_matter_yamltests/matter_yamltests/hooks.py +++ b/scripts/py_matter_yamltests/matter_yamltests/hooks.py @@ -161,7 +161,7 @@ def step_start(self, request: TestStep, endpoint: Optional[int] = None): request: TestStep The original request as defined by the test step. endpoint: int - An optional device endpoint the step will target for. + An optional device endpoint the step will target. """ pass