From 349203b3b13ac74b3b2e6fa0eb4e28990d17c135 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 31 May 2022 09:55:53 +0800 Subject: [PATCH] docs: fix spelling errors in l2cap docs --- docs/en/api-reference/bluetooth/esp_l2cap_bt.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-reference/bluetooth/esp_l2cap_bt.rst b/docs/en/api-reference/bluetooth/esp_l2cap_bt.rst index 38d6d13318..35b5ddd7c4 100644 --- a/docs/en/api-reference/bluetooth/esp_l2cap_bt.rst +++ b/docs/en/api-reference/bluetooth/esp_l2cap_bt.rst @@ -1,4 +1,4 @@ -Clissic Bluetooth L2CAP API +Classic Bluetooth L2CAP API ============================ Application Example @@ -6,7 +6,7 @@ Application Example Check :example:`bluetooth/bluedroid/classic_bt` folder in ESP-IDF examples, which contains the following application: -* This is a BT_L2CAP demo. This demo can connect, send and recive L2CAP data :example:`bluetooth/bluedroid/classic_bt/bt_l2cap_client`, :example:`bluetooth/bluedroid/classic_bt/bt_l2cap_server` +* This is a BT_L2CAP demo. This demo can connect, send and receive L2CAP data :example:`bluetooth/bluedroid/classic_bt/bt_l2cap_client`, :example:`bluetooth/bluedroid/classic_bt/bt_l2cap_server` API Reference -------------