From 39c680dbff9dfce7665696b4082ef0dcbfcd77f5 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Wed, 18 Mar 2020 03:16:08 +0000 Subject: [PATCH] clarification and typos --- subjects/forum/forum-image-upload.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/forum/forum-image-upload.en.md b/subjects/forum/forum-image-upload.en.md index 3b404b2f..02529c0b 100644 --- a/subjects/forum/forum-image-upload.en.md +++ b/subjects/forum/forum-image-upload.en.md @@ -4,13 +4,13 @@ You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject. -In forum image upload, registered users have the possibility to create a post containing an image as well as text. +In `forum image upload`, registered users have the possibility to create a post containing an image as well as text. - When viewing the post, users and guests should see the image associated to it. There are various extensions for images like: JPEG, SVG, PNG, GIF, etc. In this project you have to handle at least JPEG, PNG and GIF types. -The max size of the images to load should be 20 mb. If it is tried to load an image bigger than that it should inform the user with an error message, that the image is too big. +The max size of the images to load should be 20 mb. If there is an attempt to load an image greater than 20mb, an error message should inform the user that the image is too big. This project will help you learn about: