Skip to content

Commit

Permalink
docs: update relations-faq.md (typeorm#6355)
Browse files Browse the repository at this point in the history
Grammatical error
  • Loading branch information
rahul3883 authored and Svetlozar committed Jan 12, 2021
1 parent 4d21f9b commit 286a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/relations-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Self-referencing relations are relations which have a relation to themself.
This is useful when you are storing entities in a tree-like structures.
Also "adjacency list" pattern is implemented used self-referenced relations.
Also "adjacency list" pattern is implemented using self-referenced relations.
For example, you want to create categories tree in your application.
Categories can nest categories, nested categories can nest other categories, etc.
Self-referencing relations come handy here.
Expand Down

0 comments on commit 286a32b

Please sign in to comment.