diff --git a/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md b/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md index 8435a7f9424..faaacab71aa 100644 --- a/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md +++ b/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md @@ -11,7 +11,7 @@ Emails should track whether they've been read or not. Add a `read` attribute to # --hints-- -You should assign `False` to ``self.read` in the `__init__` method. +You should assign `False` to `self.read` in the `__init__` method. ```js ({