mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(curriculum): change spelling from travelling to to traveling (#64300)
This commit is contained in:
parent
5e5048c75c
commit
cd07635997
@ -10,9 +10,9 @@ dashedName: challenge-127
|
||||
Given the speed you are traveling in miles per hour (MPH), and a speed limit in kilometers per hour (KPH), determine whether you are speeding and if you will get a warning or a ticket.
|
||||
|
||||
- 1 mile equals 1.60934 kilometers.
|
||||
- If you are travelling less than or equal to the speed limit, return `"Not Speeding"`.
|
||||
- If you are travelling 5 KPH or less over the speed limit, return `"Warning"`.
|
||||
- If you are travelling more than 5 KPH over the speed limit, return `"Ticket"`.
|
||||
- If you are traveling less than or equal to the speed limit, return `"Not Speeding"`.
|
||||
- If you are traveling 5 KPH or less over the speed limit, return `"Warning"`.
|
||||
- If you are traveling more than 5 KPH over the speed limit, return `"Ticket"`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@ -10,9 +10,9 @@ dashedName: challenge-127
|
||||
Given the speed you are traveling in miles per hour (MPH), and a speed limit in kilometers per hour (KPH), determine whether you are speeding and if you will get a warning or a ticket.
|
||||
|
||||
- 1 mile equals 1.60934 kilometers.
|
||||
- If you are travelling less than or equal to the speed limit, return `"Not Speeding"`.
|
||||
- If you are travelling 5 KPH or less over the speed limit, return `"Warning"`.
|
||||
- If you are travelling more than 5 KPH over the speed limit, return `"Ticket"`.
|
||||
- If you are traveling less than or equal to the speed limit, return `"Not Speeding"`.
|
||||
- If you are traveling 5 KPH or less over the speed limit, return `"Warning"`.
|
||||
- If you are traveling more than 5 KPH over the speed limit, return `"Ticket"`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user