diff --git a/GrainOS.ino b/GrainOS.ino index 7587899..32a8163 100644 --- a/GrainOS.ino +++ b/GrainOS.ino @@ -68,7 +68,7 @@ void showHelp() { //I think this is fairly self explanatory, but still, making s Serial.println(" help - Displays this help message"); Serial.println(" calc - calculates command"); Serial.println(" run - Runs a script file"); - Serial.println(" loop - Loops a command the inputted amout of times"); + Serial.println(" loop - Loops a command the inputted amount of times"); //Serial.println(" high - sets the inputted pin to high");// 12 //Serial.println(" low - sets the inputted pin to low"); //13 }