From 7d6b5a8c4c763de03c05ea41923e5875232df145 Mon Sep 17 00:00:00 2001 From: James Hunter Date: Tue, 15 Jan 2019 17:13:49 -0500 Subject: [PATCH] fixed typos (#33529) --- .../react/compose-react-components/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/certifications/front-end-libraries/react/compose-react-components/index.md b/guide/english/certifications/front-end-libraries/react/compose-react-components/index.md index e152bfd3d9..fe5bba9e98 100644 --- a/guide/english/certifications/front-end-libraries/react/compose-react-components/index.md +++ b/guide/english/certifications/front-end-libraries/react/compose-react-components/index.md @@ -1,15 +1,15 @@ --- title: Compose React Components --- -## Compose React Components +# Compose React Components -### Hint +## Hint -Use nested components as in the previous challemge to render components. +Use nested components as in the previous challenge to render components. -### Solution +## Solution -The following is the solution to the chakkenge, where it render Citrus and NonCitrus in a component which is then rendered in another: +The following is the solution to the challenge, where it render `Citrus` and `NonCitrus` in a component which is then rendered in another: ```jsx class Fruits extends React.Component { constructor(props) {