diff --git a/esphome/components/network/util.h b/esphome/components/network/util.h index 1dbd53031c..24b982eddd 100644 --- a/esphome/components/network/util.h +++ b/esphome/components/network/util.h @@ -45,7 +45,7 @@ inline bool is_connected() { #endif #ifdef USE_HOST - return true; // Assume its connected + return true; // Assume it's connected #endif return false; }