Skip to content

Commit a6ee1ef

Browse files
committed
Fix spelling in API documentation
1 parent ada2eaa commit a6ee1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/testing/ChipDeviceCtrlAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ right timeout value based on transport characteristics as well as the responsive
384384

385385
**Returns**:
386386

387-
- command respone. The type of the response is defined by the command.
387+
- command response. The type of the response is defined by the command.
388388

389389
**Raises**:
390390

src/controller/python/chip/ChipDeviceCtrl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ async def SendCommand(self, nodeid: int, endpoint: int, payload: ClusterObjects.
914914
right timeout value based on transport characteristics as well as the responsiveness of the target.
915915
916916
Returns:
917-
- command respone. The type of the response is defined by the command.
917+
- command response. The type of the response is defined by the command.
918918
Raises:
919919
- InteractionModelError on error
920920
'''

0 commit comments

Comments
 (0)