From 3617ade198cfdfca24c047f02a0d6948c1c8fdbf Mon Sep 17 00:00:00 2001 From: Mohammed Aslam Date: Fri, 5 Feb 2021 21:47:13 +0530 Subject: [PATCH] Fixed typo (#30) * Fixed typo * Typo, "execellent" -> "excellent" --- usb/device/dev_hid_generic_inout/dev_hid_generic_inout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usb/device/dev_hid_generic_inout/dev_hid_generic_inout.c b/usb/device/dev_hid_generic_inout/dev_hid_generic_inout.c index 780b50f..c345f5b 100644 --- a/usb/device/dev_hid_generic_inout/dev_hid_generic_inout.c +++ b/usb/device/dev_hid_generic_inout/dev_hid_generic_inout.c @@ -36,8 +36,8 @@ * * There are 2 ways to test the sketch * 1. Using nodejs - * - Install nodejs and nmp to your PC - * - Install execellent node-hid (https://github.com/node-hid/node-hid) by + * - Install nodejs and npm to your PC + * - Install excellent node-hid (https://github.com/node-hid/node-hid) by * $ npm install node-hid * - Run provided hid test script * $ node hid_test.js