docs: Fix grammar error in the first paragraph. (#9759)

docs: Fix grammar (verbal agreement) error in the first paragraph.
This commit is contained in:
Vítor L. Brasil 2023-02-05 18:28:57 -03:00 committed by GitHub
parent 6fb212187f
commit ca315f0ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.