From d4cea6fc0a1cee628ec8b98e381aef32e60392a7 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Tue, 31 Jan 2017 23:43:11 +0100 Subject: [PATCH] typos --- Rewritten-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rewritten-docs.md b/Rewritten-docs.md index 5e17080..bc88e88 100644 --- a/Rewritten-docs.md +++ b/Rewritten-docs.md @@ -3398,14 +3398,14 @@ should have *get* counterparts. Job configuration is serialized through `__toString()` methods. For loading of the job configuration there is separate `Storage` class which can -be used for loading, saving or archivation of job configuration. For parsing +be used for loading, saving or archivating of job configuration. For parsing the storage uses the `Loader` class which does all the checks and loads the data from given strings in the appropriate structures. In case of parser error `App\Exceptions\JobConfigLoadingException` is thrown. Worth mentioning is also `App\Helpers\UploadedJobConfigStorage` class which takes care of where the uploaded job configuration files should be saved on the -API filesystem. Can be also used for copying all job configurations during +API filesystem. It can also be used for copying all job configurations during assignment of exercise. ### Solution Loading