Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
improve troubleshooting for title with a prop
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector authored Aug 21, 2019
1 parent 81ca853 commit a0ca013
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions responses/05_bad-prop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
It looks like you did not replace the title with a prop in the correct place in `src/List.jsx`
It looks like you did not replace the title with a prop in the correct place.

Ensure that:
- you're editing `src/List.jsx`
- you edit line 31
- your prop is within the `<p className="h2">` and `</p>` tag.

Try again!

If you would like assistance troubleshooting the issue you are encountering, create a post on the [GitHub Community]({{ communityBoard }}) board. You might also want to search for your issue to see if other people have resolved it in the past.
If you would like assistance troubleshooting the issue you are encountering, create a post on the [GitHub Community]({{ communityBoard }}) board. You might also want to search for your issue to see if other people have resolved it in the past.

0 comments on commit a0ca013

Please sign in to comment.