mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: Fix grammar error in the first paragraph. (#9759)
docs: Fix grammar (verbal agreement) error in the first paragraph.
This commit is contained in:
parent
6fb212187f
commit
ca315f0ad2
@ -9,7 +9,7 @@
|
||||
|
||||
## What are many-to-many relations
|
||||
|
||||
Many-to-many is a relation where A contains multiple instances of B, and B contain multiple instances of A.
|
||||
Many-to-many is a relation where A contains multiple instances of B, and B contains multiple instances of A.
|
||||
Let's take for example `Question` and `Category` entities.
|
||||
A question can have multiple categories, and each category can have multiple questions.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user