Fixed typo.

This commit is contained in:
Gregg 2020-10-05 07:40:04 -05:00
parent 74432dd24a
commit 19829c8c6b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.development
src.ino
src/src.ino

View File

@ -1,6 +1,6 @@
// This is a placeholder .ino file that allows you to easily edit the contents of this library using the Arduino IDE,
// as well as compile and test from this point. This file is ignored when the library is included in other sketchges.
// as well as compile and test from this point. This file is ignored when the library is included in other sketches.
#include "HomeSpan.h"