From 5be35c92da8e34cea72793336a74d76a6435c0a1 Mon Sep 17 00:00:00 2001 From: jiangkun1994 Date: Wed, 7 Mar 2018 03:27:45 +0800 Subject: [PATCH] fixes some typos in README.md --- features/FEATURE_BLE/targets/TARGET_CORDIO/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md b/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md index b6c208d2dc..ba27e139e3 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md @@ -1,10 +1,10 @@ # BLE API Cordio Implementation The BLE API Cordio implementation allows Cordio licensee to easily deliver a -complete and up to date implementation of mbed BLE to their custommers using +complete and up to date implementation of mbed BLE to their customers using mbed OS. -To deliver a BLE port, vendors simply have to provide an HCI driver taillored +To deliver a BLE port, vendors simply have to provide an HCI driver tailored for the BLE module present on the board they want to support. ## Source Organization