spelling: today

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:50:12 -05:00
parent 913fa41c99
commit 7594b4c878

View file

@ -60,7 +60,7 @@ void health_data_update_step_derived_metrics(HealthData *health_data);
//! Update the number of steps the user has taken today
//! @param health_data A pointer to the health data to use
//! @param new_steps the new value of the steps for toaday
//! @param new_steps the new value of the steps for today
void health_data_update_steps(HealthData *health_data, uint32_t new_steps);
//! Update the number of seconds the user has slept today