From b70fa57232a158241bae338568995a85d504496b Mon Sep 17 00:00:00 2001 From: Peter Nijssen Date: Mon, 3 Jun 2019 17:49:11 +0200 Subject: [PATCH] Fixed a minor typo (#51) --- custom_components/hacs/hacsviewbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hacs/hacsviewbase.py b/custom_components/hacs/hacsviewbase.py index f5af59de44e..b7ae65cc7ce 100644 --- a/custom_components/hacs/hacsviewbase.py +++ b/custom_components/hacs/hacsviewbase.py @@ -55,7 +55,7 @@ def progress_bar(self): display = "none" return """ -

Background task runnig, refresh the page in a little while.

+

Background task running, refresh the page in a little while.