Skip to content

Commit 827fd17

Browse files
Update README.md
Fix typo
1 parent 511aec1 commit 827fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ This is an example of having the need of different types of children for a singu
284284

285285
```ts
286286
class RestaurantEntity {
287-
@PolymorphicChildren(() => [WatierEntity, ChefEntity])
287+
@PolymorphicChildren(() => [WaiterEntity, ChefEntity])
288288
staff: (WaiterEntity | ChefEntity)[];
289289
}
290290

0 commit comments

Comments
 (0)