added (do not include the period) to address common mistake (#34381)

Thank you for your pull request.

I am closing this pull request. Please add links and other details to the challenge’s corresponding guide article instead.

If you think I’m wrong in closing this issue, please reopen it and add further clarification. Thank you, and happy coding.

@MP7373
This commit is contained in:
Martin Payne 2018-11-19 01:22:13 -05:00 committed by Farath Shba
parent df435ccebf
commit d98be1be7c

View File

@ -12,7 +12,7 @@ To make text bold, you can use the <code>strong</code> tag. This is often used t
## Instructions
<section id='instructions'>
Wrap a <code>strong</code> tag around "Stanford University" inside the <code>p</code> tag.
Wrap a <code>strong</code> tag around "Stanford University" inside the <code>p</code> tag (do not include the period).
</section>
## Tests