Skip to content

Commit 19f8386

Browse files
committed
done with pt-2
1 parent 772afdd commit 19f8386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/create-booking-forms-pt-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ export default Customers
254254

255255
🌈 The inputs function renders customers over some `JSX` to produce a form that will allow the user to add data. There are `onChange` events that will allow the `customer` object to get updated.
256256

257-
🌈 The remove button removes the selected `customer` form the Array
257+
🌈 The remove button removes the selected `customer` form the Array.
258258

259259
🌈 Our final return block displays the inputs function and renders buttons that allow the user to move between forms.

0 commit comments

Comments
 (0)