From 346150fd863004d4004178a7921d86112dd2ba48 Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Mon, 21 Oct 2024 15:23:27 +0200
Subject: [PATCH] UPDATES: updating minor fixes in development_guide.md

---
 doc/development_guide/development_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/development_guide/development_guide.md b/doc/development_guide/development_guide.md
index 441f40f..4a4fd8f 100644
--- a/doc/development_guide/development_guide.md
+++ b/doc/development_guide/development_guide.md
@@ -215,6 +215,7 @@ If you used the sample project above, you should have a project with a basic str
 First make sure that you copy the protobuff files, that are found in the root directory of the TFS SDN controller, to the `new-component/src/main/proto` directory.
 
 Next you should create the following files:
+
 * `new-component/.gitlab-ci.yml`
 * `new-component/Dockerfile`
 * `new-component/src/resources/application.yaml`
@@ -300,7 +301,6 @@ export PATH=$HOME/.cache/rebar3/bin:$PATH
 
 ### **2.1.6. Kotlin**
 
-<h2><u>Kotlin</h2></u>
 This section describes the steps needed to establish a development environment for TFS (TeraFlowSDN) components implemented in Kotlin. Currently, the `Gateway` component stands as the sole component developed in Kotlin.
 
 <h3><u>Install Kotlin</h3></u>
-- 
GitLab