Hello, When we want to display minutes (same problem with hours and seconds), we use `{{minutes}} minute{{minutesS}}` When minutes is equal to 0, minutesS is equal to "s" , instead of juste "", here a console.log : `minutes: 0minutesS: "s"` Cheers