From 85b86daa01adf009202499c4adaff57e143e98d6 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Wed, 10 Apr 2024 12:48:09 +0200 Subject: [PATCH] doc: device_mgmt: Fix typo in link text Previously it read "there is a sample sample that..." Signed-off-by: Lluis Campos --- doc/services/device_mgmt/mcumgr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/services/device_mgmt/mcumgr.rst b/doc/services/device_mgmt/mcumgr.rst index 6d4d575baa1..905307ab424 100644 --- a/doc/services/device_mgmt/mcumgr.rst +++ b/doc/services/device_mgmt/mcumgr.rst @@ -31,7 +31,7 @@ systems. The management subsystem is located in :zephyr_file:`subsys/mgmt/` inside of the Zephyr tree. -Additionally, there is a :zephyr:code-sample:`sample ` sample that provides +Additionally, there is a :zephyr:code-sample:`sample ` server that provides management functionality over BLE and serial. .. _mcumgr_tools_libraries: