From ee414c1416e24904c59bf8f353f17c171e38b928 Mon Sep 17 00:00:00 2001
From: Guilhem CARRON <gcarron@grandlyon.com>
Date: Wed, 30 Jun 2021 10:47:57 +0200
Subject: [PATCH] Update challenge.md

---
 docs/ecolyo/functionalities/challenge.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ecolyo/functionalities/challenge.md b/docs/ecolyo/functionalities/challenge.md
index 390e102..e1128c7 100644
--- a/docs/ecolyo/functionalities/challenge.md
+++ b/docs/ecolyo/functionalities/challenge.md
@@ -50,7 +50,7 @@ Calculation of custom question is done by combination of all parameters:
 
 - If _period_ is empty.
 
-  Retrieve the **date** of day/month/year (define by _timeStep_) from the last week, month, year (define by _interval_), if there are not data in this interval, then it will go back to a previous interval, up to a maximum of 6 months
+  Retrieve the **date** of day/month/year (define by _timeStep_) from the last week, month, year (define by _interval_), if there is no data in this interval, then it will go back to a previous interval, up to a maximum of 6 months
 
 ```
 example: What day did I consumme the most on the last week ?
-- 
GitLab