From c6b2f86acd1184e0bfd54017ac89d9c0a7a7ccff Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Wed, 18 Mar 2020 02:58:09 +0000 Subject: [PATCH] fix language --- subjects/forum/authentication.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/forum/authentication.en.md b/subjects/forum/authentication.en.md index 7275e2e30..bb2f9b632 100644 --- a/subjects/forum/authentication.en.md +++ b/subjects/forum/authentication.en.md @@ -4,7 +4,7 @@ The goal of this project is to implement, into your forum, new ways of authentication. You have to be able to register and to login using at least Google and Github authentication tools. -Some examples of authentication ways are: +Some examples of authentication means are: - Facebook - GitHub @@ -17,6 +17,6 @@ This project will help you learn about: ### Instructions -- Your project must have implemented at least the two authentication examples given must be implemented. +- Your project must have implemented at least the two authentication examples given. - Your project must be written in **Go**. - The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).