For file https://github.com/MistyCommunity/Documentation/blob/master/src/content/misty-ii/robot/hello-world.md 1. At https://docs.mistyrobotics.com/misty-ii/robot/hello-world/#changing-misty-39-s-led, the docs say (a few times): > Use the Skill Runner to upload your modified HelloWorld.js file to Misty. and underneath the first time, the note below it says: > If you did not change the name of the JavaScript code file for your Hello World skill, then there's no need to upload a new JSON meta file to Misty. However, if I try to upload just the .js file, the Skill Runner page returns an error > Skill file uploads must include a json meta file. (FYI, I do seem to be able to upload the json file without the JavaScript code file.) 2. Lines 296 and 339 say: > Math.floor(i * blue)); // red intensity The comment should say 'blue' intensity, not 'red'. 3. Lines 628 and 662 say: > If misty sees someone she doesn't know, she raises her eyebrow The word 'Misty' should be capitalized to match other references to Misty in comment lines.