diff --git a/docs/entity_cover.md b/docs/entity_cover.md index ad77946b..0fea635a 100644 --- a/docs/entity_cover.md +++ b/docs/entity_cover.md @@ -113,7 +113,7 @@ class MyCover(CoverDevice): ### Stop cover -Only implement this metohd if the flag `SUPPORT_STOP` is set. +Only implement this method if the flag `SUPPORT_STOP` is set. ```python class MyCover(CoverDevice):