Skip to content

Commit 9663935

Browse files
authoredApr 26, 2023
Merge pull request #39 from noukaza/patch-1
TYPO: update README.md
2 parents e93c870 + 0ef4baa commit 9663935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ id | entityId | entityType
107107

108108
## Decorators
109109

110-
Both `PolymorphicChildren` and `PolymophicParent` are treated same. Currently some of the default values are different but eventually these method should be synonyms of one another. They have different names because it helped me describe the relationship directions which could be explained as 'parent' 'child' in different ways.
110+
Both `PolymorphicChildren` and `PolymorphicParent` are treated same. Currently some of the default values are different but eventually these method should be synonyms of one another. They have different names because it helped me describe the relationship directions which could be explained as 'parent' 'child' in different ways.
111111

112-
`PolymophicRepository` allows you to define a custom typeorm repository and then
112+
`PolymorphicRepository` allows you to define a custom typeorm repository and then
113113
instantiate it later via `AbstractPolymorphicRepository.createRepository(...)`.
114114

115115
### Ambiguous direction

0 commit comments

Comments
 (0)