Skip to content

Commit e838abc

Browse files
Update content/learn/05.communication/08.bluetooth/bluetooth.md
Co-authored-by: Jacob Hylén <60390259+jacobhylen@users.noreply.github.com>
1 parent 41ca9fd commit e838abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/05.communication/08.bluetooth/bluetooth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Some key differences are:
186186

187187
The [ArduinoBLE Library](https://www.arduino.cc/reference/en/libraries/arduinoble/) is the main library enabling Bluetooth Low Energy on compatible Arduino boards. You must first download and install the ArduinoBLE library. See our [instructions](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library) on how to install a library.
188188

189-
In the following section you will find an overview and explanation of the librarie's most important methods and how to use them:
189+
In the following section you will find an overview and explanation of the library's most important methods and how to use them:
190190

191191
- `BLE.begin()` - Initialize the library
192192

0 commit comments

Comments
 (0)