From d04ea5647fe89bdf2d35d5748da45347dc45eef6 Mon Sep 17 00:00:00 2001 From: ramonsalguer <javier.ramon@telefonica.com> Date: Thu, 14 Mar 2019 21:20:16 +0100 Subject: [PATCH] Minor typos fixed --- Workflow for documentation production in OSM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Workflow for documentation production in OSM.md b/Workflow for documentation production in OSM.md index c5b9453..9c64f47 100644 --- a/Workflow for documentation production in OSM.md +++ b/Workflow for documentation production in OSM.md @@ -10,7 +10,7 @@ The process is based on: In the edition process there are two roles: -- **Contributors.** Anyone contributing content to a given document, with no special privileges. They cannot contribute directly to `master` branch, so they have to contribute pushing branches and issuing a _merge request_ (i.e. requesting their intergration). +- **Contributors.** Anyone contributing content to a given document, with no special privileges. They cannot contribute directly to `master` branch, so they have to contribute pushing branches and issuing a _merge request_ (i.e. requesting their integration). - **Editor/Reviewer**. The person (or people) in charge of integrating (_merging_) contributions into the main document. In consequence, they can push changes directly to the `master` branch. They should also decide the document split in different files and provide the means to build and convert the document to a given set of target formats and templates. ## Software requirements @@ -103,7 +103,7 @@ It is also highly advisable adding an SSH key to https://osm.etsi.org/gitlab/pro git clone git@osm.etsi.org:osm-doc/test.git ``` -**TEMPORARY URL**: +**>>>>> TEMPORARY URL**: ```bash git clone https://osm.etsi.org/gitlab/osm-doc/test.git -- GitLab