Skip to content

Commit a327c00

Browse files
committed
Small typo fix
1 parent 71a9dac commit a327c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/train-driver/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Your friend has noticed that they don't need the arrival time in the routing inf
8080
Therefore your friend would like you to separate the arrival time from the routing information.
8181

8282
Implement a function `separateArrivalTime` that accepts an object with the routing information.
83-
The function should return an array there the first elment of the array is the arrival time and the second element is an object with the routing information without arrivaltime.
83+
The function should return an array there the first element of the array is the arrival time and the second element is an object with the routing information without arrival time.
8484

8585
```javascript
8686
routeInformation= {

0 commit comments

Comments
 (0)