Skip to content

Commit d413a1a

Browse files
committed
fix
1 parent 7660a3d commit d413a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ In the following exercises, write all Mongoose-specific code into its own module
644644

645645
Change the backend so that new numbers are <i>saved to the database</i>. Verify that your frontend still works after the changes.
646646

647-
At this point, you can choose to simply allow users to create all phonebook entries. At this stage, the phonebook can have multiple entries for a person with the same name.
647+
At this stage, you can ignore whether there is already a person in the database with the same name as the person you are adding.
648648

649649
</div>
650650

0 commit comments

Comments
 (0)