From db66c1dd0291ce0f62368065a1b0a7b4027fbfc5 Mon Sep 17 00:00:00 2001 From: Satoshi SAKAO Date: Thu, 9 Apr 2020 17:32:21 +0900 Subject: [PATCH] fix number of steps --- .../main/resources/lessonPlans/en/lesson-template-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/webgoat-lesson-template/src/main/resources/lessonPlans/en/lesson-template-intro.adoc b/webgoat-lessons/webgoat-lesson-template/src/main/resources/lessonPlans/en/lesson-template-intro.adoc index efe54a216..d0a007c7a 100644 --- a/webgoat-lessons/webgoat-lesson-template/src/main/resources/lessonPlans/en/lesson-template-intro.adoc +++ b/webgoat-lessons/webgoat-lesson-template/src/main/resources/lessonPlans/en/lesson-template-intro.adoc @@ -1,4 +1,4 @@ -This lesson describes the steps needed to add a new lesson to WebGoat. In general there are three steps: +This lesson describes the steps needed to add a new lesson to WebGoat. In general there are four steps: - Write the content, in WebGoat we use AsciiDoc as a format. - Create a lesson class