From c0e087b88771394d4642dd66bc52d4bd39ba48f6 Mon Sep 17 00:00:00 2001
From: sattij <julien.satti@etsi.org>
Date: Mon, 6 Jan 2025 13:52:10 +0000
Subject: [PATCH] Update documenting.md

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

diff --git a/doc/contribute/documenting.md b/doc/contribute/documenting.md
index 5c788f9f..6f3d2c9b 100644
--- a/doc/contribute/documenting.md
+++ b/doc/contribute/documenting.md
@@ -101,7 +101,7 @@ To update the documentation properly during development, follow those additional
 
 1. Create an issue on the documentation [GitLab](https://labs.etsi.org/rep/ocf/documentation/-/issues) repository;
 2. Create a new branch with the **develop** branch as a source;
-3. Update the documentation and any relevant parts (ie: the ``index.md`` with new functionalities for the latest version** or if a new test plan is defined, remember to **update the test plan documentation**);
+3. Update the documentation and any relevant parts (ie: the ``index.md`` with new functionalities for the latest version or if a new test plan has been defined, remember to *update the test plan documentation*);
 4. Check if errors are not being produced by ``mkdocs`` [locally](#getting-started);
 5. Commit and push changes to the new branch;
 6. Create a merge/pull request;
-- 
GitLab