Skip to content

Commit b40401d

Browse files
authored
Merge pull request #44 from ruxandrafed/master
Fix Arduino misspellings - fixes #43
2 parents a1c7c88 + f308cd5 commit b40401d

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)