From 87a54257eeaac146312a003e748e112e9155b19f Mon Sep 17 00:00:00 2001
From: Grzegorz Gwozdz <grzegorz.gwozdz@huawei.com>
Date: Mon, 19 Sep 2022 14:54:30 +0200
Subject: [PATCH] modbus.rst: remove irrelevant colons

Signed-off-by: Grzegorz Gwozdz <grzegorz.gwozdz@huawei.com>
---
 docs/supported-technologies/modbus.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/supported-technologies/modbus.rst b/docs/supported-technologies/modbus.rst
index 290873fd..fedd5a98 100644
--- a/docs/supported-technologies/modbus.rst
+++ b/docs/supported-technologies/modbus.rst
@@ -30,8 +30,8 @@ RTU and TCP operation modes are supported.
     purpose with existing systems. For new products without this requirement we
     do not recommend using Modbus.
 
-Enabling Modbus in Oniro:
-*************************
+Enabling Modbus in Oniro
+************************
 
 Modbus functionality is not enabled by default in the |main_project_name| and
 there is currently no Blueprint demonstrating its use cases. The basic integration
@@ -48,8 +48,8 @@ operations. The Zephyr upstream project does offer `samples for RTU as well as
 TCP operations modes in different roles
 <https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/modbus>`
 
-Modbus-testing:
-***************
+Modbus-testing
+**************
 
 The `libmodbus` library does not come with any examples on how to use it by
 default. To fill this gap and allow integrators and developers to have a
-- 
GitLab