diff --git a/src/main.cpp b/src/main.cpp index 1c84c90..5a86dc1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,7 @@ void application() auto& clock = *resources.clock.value(); auto& console = *resources.console.value(); - hal::print(console, "Starting Application!\n"); + hal::print(console, "Starting The Application!\n"); hal::print(console, "Will reset after ~10 seconds\n"); //a cool commen something cooler for (int i = 0; i < 10; i++) {