From e2c89bfd415d97d4f292a14e5e2ed38ee337a2e4 Mon Sep 17 00:00:00 2001
From: Julien Satti <julien.satti@etsi.org>
Date: Thu, 20 Feb 2025 09:58:31 +0000
Subject: [PATCH] Update file documenting.md

---
 doc/contributing/documenting.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/contributing/documenting.md b/doc/contributing/documenting.md
index ffac2908..5545cbb1 100644
--- a/doc/contributing/documenting.md
+++ b/doc/contributing/documenting.md
@@ -114,7 +114,7 @@ To update the documentation properly during development, follow those additional
 3. Update the documentation and any relevant parts (ie: the ``index.md`` with new functionalities for the latest version);
 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 PR request towards **develop**;
+6. Create a MR request towards **develop**;
 7. Send the request for review and approval to at least one **TSC Member**.
 
 > The documentation website supports branches, so your accepted changes will be reflected to the **develop** branch which then becomes the **release** branch after each corresponding cycle.
@@ -123,7 +123,7 @@ To update the documentation properly during development, follow those additional
 
 When **OpenSlice** code repository is ready for a new release, we need to follow these steps (made by a **TSC Member**):
 
-1. Create a PR from **develop** towards **main**;
+1. Create a MR from **develop** towards **main**;
 2. When **develop** is merged to **main**... then **create a tag with the released version** scheme... and you're done!
 
 [OSL Web]: https://osl.etsi.org/ "OSL Web"
-- 
GitLab