diff --git a/subjects/DPxAI/transform-objects/README.md b/subjects/DPxAI/transform-objects/README.md index ea96eede0..a0bc684bb 100644 --- a/subjects/DPxAI/transform-objects/README.md +++ b/subjects/DPxAI/transform-objects/README.md @@ -65,7 +65,7 @@ robot.code = undefined; Modify the provided `robot` variable: - Add a `model` property with the string value 'RX-78'. -- Add a `fullName` property that is the joined value of the brand and the model with a space in between. +- Add a `fullName` property that is the joined value of the `brand` and the `model` with a space in between. - Add `10` to its `batteryLevel` property. #### Task 2: