diff --git a/doc/contribute/documenting.md b/doc/contribute/documenting.md index 5c788f9f1cdda78cb9c565cafa8264f0850ad77f..6f3d2c9b00afea5a415dbfb544f7fced1b6ab68c 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;