From e114db9fa26e4ef1c44dcb6cf3f107ce178a60dc Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Sat, 12 Nov 2022 14:20:36 +0100 Subject: [PATCH] fix smal typo --- exercises/concept/train-driver/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/train-driver/.docs/instructions.md b/exercises/concept/train-driver/.docs/instructions.md index cae3f778c9..20f101d300 100644 --- a/exercises/concept/train-driver/.docs/instructions.md +++ b/exercises/concept/train-driver/.docs/instructions.md @@ -80,7 +80,7 @@ Your friend has noticed that they don't need the arrival time in the routing inf Therefore your friend would like you to separate the arrival time from the routing information. Implement a function `separateArrivalTime` that accepts an object with the routing information. -The function should return an array there the first elment of the arrival time and the second element is an object with the routing information. +The function should return an array there the first elment of they array is the arrival time and the second element is an object with the routing information without arrivaltime. ```javascript routeInformation= {