diff --git a/src/contents/example.tsx b/src/contents/example.tsx index 1f8ced19a20fade50bca97da1be811fe03bea2d2..3b731f403a000d0545ec81c6155ea360f9216cd4 100644 --- a/src/contents/example.tsx +++ b/src/contents/example.tsx @@ -164,7 +164,7 @@ export function Example() { </div> <i><h6>By </h6></i> <div className="example-exercise"> - <p> Create a react component that takes HTML, a link to a picture, a number and a word as input and return the code in a box with the word as a header. The picture and other code should be in two columns next to each other, under the header. The number should be multiplied by 2 and then shown </p> + <p> Create a react component that takes HTML, a link to a picture, a number and a word as input and return the code in a box with the word as a header. The picture and other code should be in two columns next to each other, under the header. The number should be multiplied by 2 and then shown somewhere with the other parts.</p> <p> See DocuBox component. </p> </div> </div>