From 67a12c7363dad95a487fafbc769be23f02d74002 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Fri, 5 Jul 2019 20:16:49 +0200 Subject: [PATCH] Fix minor typo in library description --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 5a9d012..b568a61 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=3.1.1 author=Mark Stanley, Alexander Brevig maintainer=Community https://github.com/Chris--A/Keypad sentence=Keypad is a library for using matrix style keypads with the Arduino. -paragraph=As of version 3.0 it now supports mulitple keypresses. This library is based upon the Keypad Tutorial. It was created to promote Hardware Abstraction. It improves readability of the code by hiding the pinMode and digitalRead calls for the user. +paragraph=As of version 3.0 it now supports multiple keypresses. This library is based upon the Keypad Tutorial. It was created to promote Hardware Abstraction. It improves readability of the code by hiding the pinMode and digitalRead calls for the user. category=Device Control url=http://playground.arduino.cc/Code/Keypad -architectures=* \ No newline at end of file +architectures=*