From 2a3dd5b2afe4a5eab822f1b56f001f79d515b69b Mon Sep 17 00:00:00 2001 From: za Date: Wed, 28 Feb 2024 18:47:10 +0700 Subject: [PATCH] Fix typo on CONTRIBUTING.md Nothing fancy. Just fixing small typo. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37cd1e5cb..ac59063be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -268,7 +268,7 @@ First make sure that you have an [Issue](https://github.com/OWASP/wrongsecrets/i Add the **new challenge** in this folder `wrongsecrets/src/main/java/org/owasp/wrongsecrets/challenges/`. These are the things that you have to keep in mind. - First and foremost make sure your challenge is coded in **Java**. -- Use either `FixedAnswerChallenge` as a class to extend or use the `Challenge` interface to imnplement. +- Use either `FixedAnswerChallenge` as a class to extend or use the `Challenge` interface to implement. The `FixedAnswerChallenge` can be used for challenges that don't have a dependency on other (sub)systems. Here is an example of a possible Challenge 28: