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

Commit 5745f1d

Browse files
Parth ShahParth Shah
authored andcommitted
minor fixes
1 parent 0649654 commit 5745f1d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ steps:
177177
action_id: metaPR2
178178
- type: getFileContents
179179
action_id: fileContents
180-
filename: 'src/List.jsx'
180+
filename: 'src/App.jsx'
181181
- type: gate
182182
left: '/\s*students\s*:\s*\[\s*\]\s*,\s*/gm'
183183
operator: test

responses/bad-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Looks you did not create an `addStudent` function with the parameter: `studentName`.
1+
Looks like you did not create an `addStudent` function with the parameter: `studentName`.
22

33
Try again!

responses/bad-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Looks you did not correctly add an `h3` component in the right place in `src/App.jsx`.
1+
Looks like you did not correctly add an `h3` component in the right place in `src/App.jsx`.
22

33
Try again!

responses/bad-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Looks you did not import the `List` component into `App`.
1+
Looks like you did not import the `List` component into `App`.
22

33
Try again!

responses/bad-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Looks you did not replace the title with a prop in the correct place in `src/List.jsx`
1+
Looks like you did not replace the title with a prop in the correct place in `src/List.jsx`
22

33
Try again!

responses/bad-replace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Looks you did not replace the props for student rendering.
1+
Looks like you did not replace the props for student rendering.
22

33
Try again!

responses/bad-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Looks you did not add a `students` state variable.
1+
Looks like you did not add a `students` state variable.
22

33
Try again!

0 commit comments

Comments
 (0)