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

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth Shah authored and Parth Shah committed Aug 16, 2019
1 parent 0649654 commit 5745f1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ steps:
action_id: metaPR2
- type: getFileContents
action_id: fileContents
filename: 'src/List.jsx'
filename: 'src/App.jsx'
- type: gate
left: '/\s*students\s*:\s*\[\s*\]\s*,\s*/gm'
operator: test
Expand Down
2 changes: 1 addition & 1 deletion responses/bad-function.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Looks you did not create an `addStudent` function with the parameter: `studentName`.
Looks like you did not create an `addStudent` function with the parameter: `studentName`.

Try again!
2 changes: 1 addition & 1 deletion responses/bad-header.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Looks you did not correctly add an `h3` component in the right place in `src/App.jsx`.
Looks like you did not correctly add an `h3` component in the right place in `src/App.jsx`.

Try again!
2 changes: 1 addition & 1 deletion responses/bad-import.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Looks you did not import the `List` component into `App`.
Looks like you did not import the `List` component into `App`.

Try again!
2 changes: 1 addition & 1 deletion responses/bad-prop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Looks you did not replace the title with a prop in the correct place in `src/List.jsx`
Looks like you did not replace the title with a prop in the correct place in `src/List.jsx`

Try again!
2 changes: 1 addition & 1 deletion responses/bad-replace.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Looks you did not replace the props for student rendering.
Looks like you did not replace the props for student rendering.

Try again!
2 changes: 1 addition & 1 deletion responses/bad-state.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Looks you did not add a `students` state variable.
Looks like you did not add a `students` state variable.

Try again!

0 comments on commit 5745f1d

Please sign in to comment.