From a8230e690f3a9e490a8153d6b8a9067fa79d2e9c Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Wed, 24 Nov 2021 17:10:57 +0000 Subject: [PATCH] Update README.md --- subjects/groupie-tracker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/groupie-tracker/README.md b/subjects/groupie-tracker/README.md index a1403c80..016ca924 100644 --- a/subjects/groupie-tracker/README.md +++ b/subjects/groupie-tracker/README.md @@ -24,7 +24,7 @@ Groupie Trackers consists on receiving a given API and manipulate the data conta - The backend must be written in **Go**. - The site and server cannot crash at any time. -- All pages must work correctly and you musttake care of any errors. +- All pages must work correctly and you must take care of any errors. - The code must respect the [**good practices**](../good-practices/README.md). - It is recommended that the code should present a **test file**.