Skip to content

Commit 286a32b

Browse files
rahul3883Svetlozar
authored andcommitted
docs: update relations-faq.md (typeorm#6355)
Grammatical error
1 parent 4d21f9b commit 286a32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relations-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)