We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 511aec1 + 827fd17 commit 930800cCopy full SHA for 930800c
README.md
@@ -284,7 +284,7 @@ This is an example of having the need of different types of children for a singu
284
285
```ts
286
class RestaurantEntity {
287
- @PolymorphicChildren(() => [WatierEntity, ChefEntity])
+ @PolymorphicChildren(() => [WaiterEntity, ChefEntity])
288
staff: (WaiterEntity | ChefEntity)[];
289
}
290
0 commit comments