From 914602ffd03fc2649a81b881fdb5aa985e55c96c Mon Sep 17 00:00:00 2001 From: RonSpawnson Date: Fri, 3 Jan 2020 03:16:14 -0600 Subject: [PATCH] Fix typo in entity_cover.md (#377) --- docs/entity_cover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):