Skip to content

Commit f308cd5

Browse files
committed
Fix Arduino misspellings - fixes #43
1 parent a1c7c88 commit f308cd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We're going to learn the basics of the `johnny-five` api, as a series of code ch
77
**You _don't_ need an Arduino for this workshop.**
88

99
The workshop will pose a challenge, and will test your code.
10-
The low level code to talk to the Ardunio is stubbed out.
10+
The low level code to talk to the Arduino is stubbed out.
1111

1212
**You _will_ be writing working, executable `johnny-five` code.**
1313

i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "NodeBot Workshop",
3-
"subtitle": "Make your Ardunio alive with Johnny-Five",
3+
"subtitle": "Make your Arduino alive with Johnny-Five",
44
"exercise": {
55
"blink_blink": "Blink Blink",
66
"servo_wave": "Servo Wave",

0 commit comments

Comments
 (0)