From 53050d719895847434ca2f70074bad3acb010ff8 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 19 Jan 2019 13:06:58 +0900 Subject: [PATCH] Make language more understandable Changed wording, to make it more intuitive --- .../main/resources/lessonPlans/en/Uploading_files.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc index 894003063..2ccda9d92 100644 --- a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc +++ b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc @@ -1,12 +1,12 @@ == Uploading files -In this section you can upload files these files will be available from outside -the application. For example in a XXE attack you want to reference a DTD which you -reference from a xml, you can use WebWolf to serve this DTD. +In this section you can upload files. These files will be available from outside +the application. For example if you want to reference a DTD which you +reference from an xml in an XXE attack, you can use WebWolf to serve this DTD. image::images/files.png[caption="Figure: ", style="lesson-image"] {nbsp} After uploading a file you can use the 'Link' to get the full URL to the uploaded -file. \ No newline at end of file +file.