From 7a9f585df80263bb64ad9adca00833de9db74020 Mon Sep 17 00:00:00 2001
From: Otto Winter <otto@otto-winter.com>
Date: Thu, 30 May 2019 15:11:08 +0200
Subject: [PATCH] Fix

---
 components/cover/endstop.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/cover/endstop.rst b/components/cover/endstop.rst
index 6dbbd3605..4d26fff07 100644
--- a/components/cover/endstop.rst
+++ b/components/cover/endstop.rst
@@ -10,7 +10,7 @@ endstops at both ends of the cover to detect the fully-open and fully-closed sta
 When any of these endstops are reached, the cover is stopped (via ``stop_action``)
 and the corresponding state is sent out.
 
-This cover platform is mainly intended for DIY cover setups: Two endstops at either and a motor
+This cover platform is mainly intended for DIY cover setups: Two endstops at either end and a motor
 controlling the cover. The user just needs to enter what to do when the platform wants to move the
 cover in either direction, or stop it, as well as information about open and close information so that
 the current position can be approximated.