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.
1 parent 511aec1 commit 827fd17Copy full SHA for 827fd17
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