diff --git a/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md b/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md index 114dbb71c6b..aba61537618 100644 --- a/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md +++ b/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md @@ -9,7 +9,7 @@ dashedName: step-31 `age` should not only be a integer, it should be a positive integer greater than or equal to `18`. -Using the `and` operator, add a second expression to check that to the value of the `age` key. +Using the `and` operator, add a second expression to the value of the `age` key to check that. # --hints--