From 06b3b078a690e7a56ccdefd4827f5d6a0d358386 Mon Sep 17 00:00:00 2001 From: Steven Torrence <36111610+storrence88@users.noreply.github.com> Date: Sun, 10 Feb 2019 16:29:12 -0600 Subject: [PATCH] Fixed comment closing tag to match comment opening tag spacing and be symmetrical (#35136) --- .../react/compose-react-components.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/03-front-end-libraries/react/compose-react-components.english.md b/curriculum/challenges/english/03-front-end-libraries/react/compose-react-components.english.md index b6e98fffa1..72328a7914 100644 --- a/curriculum/challenges/english/03-front-end-libraries/react/compose-react-components.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/react/compose-react-components.english.md @@ -50,7 +50,7 @@ class Fruits extends React.Component {

Fruits:

{ /* change code below this line */ } - { /* change code above this line */ } + { /* change code above this line */ } ); }