From 5a811fe49fd2484224418edf26551a15f57daa39 Mon Sep 17 00:00:00 2001
From: Jueun Park <s5616012@mailbox.tu-dresden.de>
Date: Sat, 2 Apr 2022 08:21:25 +0900
Subject: [PATCH] Edited index.md

---
 pages/docs/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/docs/index.md b/pages/docs/index.md
index 1686bf45..9f3686f3 100644
--- a/pages/docs/index.md
+++ b/pages/docs/index.md
@@ -36,7 +36,7 @@ There are some implementation details developers must consider:
     - [Parameter Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#parameterObject)
     - following abstract node in JastAdd
   
-
+<br></br>
 ``` 
   abstract ParameterOb;
   ParameterReference : ParameterOb ::= <Ref> ...;
@@ -48,7 +48,7 @@ There are some implementation details developers must consider:
 
 ## Fuzzing in RAGO
 
-To generate API tests automatically, `RAGO` supports two following techniques based on Fuzzing, which involves  providing invalid, unexpected, or random data as inputs to an API.
+To generate API tests automatically, `RAGO` supports two following techniques based on Fuzzing which involves providing invalid, unexpected, or random data as inputs to an API.
 
 In this first version, this tool considers only two request types, `GET` and `POST`, and parameters. It means that `RAGO` currently generates only URLs.
 
-- 
GitLab