diff --git a/docs/view-entities.md b/docs/view-entities.md index e8888ca66..8aba47bf6 100644 --- a/docs/view-entities.md +++ b/docs/view-entities.md @@ -191,7 +191,7 @@ name: string ## Complete example -Let create two entities and a view containing aggregated data from these entities: +Lets create two entities and a view containing aggregated data from these entities: ```typescript import { Entity, PrimaryGeneratedColumn, Column } from "typeorm"