diff --git a/src/custom/my_custom_template.cpp b/src/custom/my_custom_template.cpp index a19200b5..e623057f 100644 --- a/src/custom/my_custom_template.cpp +++ b/src/custom/my_custom_template.cpp @@ -15,7 +15,7 @@ void custom_setup() void custom_loop() { - // Non-blocking code here, this should execure very fast! + // Non-blocking code here, this should execute very fast! } void custom_every_second()