From 604ca62669b27501c52fda00808a8107123b813a Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Wed, 18 Mar 2020 03:04:44 +0000 Subject: [PATCH] typos --- subjects/forum/forum-advanced-features.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/forum/forum-advanced-features.en.md b/subjects/forum/forum-advanced-features.en.md index 57ae092d..1f2583a3 100644 --- a/subjects/forum/forum-advanced-features.en.md +++ b/subjects/forum/forum-advanced-features.en.md @@ -4,7 +4,7 @@ You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject. -In forum advanced features, you will have to implement the following features : +In `forum advanced features`, you will have to implement the following features : - You will have to create a way to notify users when their posts are : @@ -14,8 +14,8 @@ In forum advanced features, you will have to implement the following features : - You have to create an activity page that tracks the user own activity. In other words, a page that : - Shows the user created posts - - Shows where the user left a like/disliked - - Shows where and what the user has been commenting. For this will have to show the comment and what post did he commented + - Shows where the user left a like or a dislike + - Shows where and what the user has been commenting. For this, the comment will have to be shown, as well as the post commented - You have to create a section where you will be able to Edit/Remove posts and comments.