Skip to content

Commit 8818ff0

Browse files
Update content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md
Co-authored-by: Josefine Hansson <[email protected]>
1 parent 83453de commit 8818ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The above functions are **always** required in an Arduino sketch, but you are of
284284

285285
### The "Sketch"
286286

287-
In the Arduino project, a program is referred to as a "Sketch". A sketch is a file that you write your program inside. It has the `.ino` extension, and is always stored in a folder of the same name.
287+
In the Arduino project, a program is referred to as a "sketch". A sketch is a file that you write your program inside. It has the `.ino` extension, and is always stored in a folder of the same name.
288288

289289
The folder can include other files, such as a **header file**, that can be included in your sketch.
290290

0 commit comments

Comments
 (0)