From 780127fd7eab3e3b2447bb877cd01224045bd568 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 16 Nov 2016 00:19:39 +0100 Subject: [PATCH] typo --- Submission-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Submission-flow.md b/Submission-flow.md index ca16da8..0a1e5bf 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 submits solution +2. after uploading all files connected to assignment solution can be submitted 3. Web Application send request to Web API that user wants to evaluate assignment with provided files ## Web API