Skip to content

Commit 930800c

Browse files
authored
Merge pull request #3 from thiagocardoso1988/patch-1
Simple typo fix to README.md
2 parents 511aec1 + 827fd17 commit 930800c

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)