Skip to content

Commit 7a6e2cc

Browse files
authored
Merge pull request #3193 from brianwachira/patch-1
Update part13b.md
2 parents 43b8a00 + 130731c commit 7a6e2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/13/en/part13b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ The current code for the application is in its entirety on [GitHub](https://gith
433433

434434
### Connection between the tables
435435

436-
Users can now be added to the application and users can log in, but this in itself this is not a very useful feature yet. We would like to add the features that only a logged-in user can add notes, and that each note is associated with the user who created it. To do this, we need to add a <i>foreign key</i> to the <i>notes</i> table.
436+
Users can now be added to the application and users can log in, but this in itself is not a very useful feature yet. We would like to add the features that only a logged-in user can add notes, and that each note is associated with the user who created it. To do this, we need to add a <i>foreign key</i> to the <i>notes</i> table.
437437

438438
When using Sequelize, a foreign key can be defined by modifying the <i>models/index.js</i> file as follows
439439

0 commit comments

Comments
 (0)