From fa3c1b1ccabaf2b3bc203f35388bf2a79afa99ed Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 16 Nov 2016 00:22:21 +0100 Subject: [PATCH] revert to original sentence --- Submission-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Submission-flow.md b/Submission-flow.md index 0a1e5bf..8ce227c 100644 --- a/Submission-flow.md +++ b/Submission-flow.md @@ -7,7 +7,7 @@ This article will describe in detail execution flow of submission from the point First thing user has to submit his/hers solution to web application which provides interface to upload multiple files and then submit them. More detailed description follows: 1. user upload file by file into prepared submit form -2. after uploading all files connected to assignment solution can be submitted +2. after uploading all files connected to assignment user clicks on submit button 3. Web Application send request to Web API that user wants to evaluate assignment with provided files ## Web API