From 473923e6843f73747f3dc3d64f77e438d86e2f6d Mon Sep 17 00:00:00 2001 From: MessiahJa <104521795+MessiahJa@users.noreply.github.com> Date: Thu, 30 Mar 2023 20:59:30 +0330 Subject: [PATCH] typo --- .../nano-33-ble-sense/tutorials/gesture-sensor/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md index 9205b2040c..983bc5f3d8 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md @@ -80,7 +80,7 @@ For the purposes of this tutorial we will only focus on the gesture readings, wh **1. Setting up** -Let's start by opening the Arduino Web Editor, click on the **Libraries** tab and search for the **APDS9960** library. Then in **> Examples**, open the **GestureSensor** sketch and once it opens, you could rename is as Gesture&LEDs. +Let's start by opening the Arduino Web Editor, click on the **Libraries** tab and search for the **APDS9960** library. Then in **> Examples**, open the **GestureSensor** sketch and once it opens, you could rename it as Gesture&LEDs. ![Finding the library in the Web Editor.](./assets/nano33BS_07_library.png)