diff --git a/.gitignore b/.gitignore index 98b5026..792da4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .development src.ino +src/src.ino diff --git a/src/src.ino b/src/src.ino index 87fd0a3..752b002 100644 --- a/src/src.ino +++ b/src/src.ino @@ -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"