From dd8c0fdb7e999f1f04b8763a920aff0193673313 Mon Sep 17 00:00:00 2001 From: Xayrulloh <91729108+Xayrulloh@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:55:25 +0500 Subject: [PATCH] docs: grammar mistake fixed (#10647) Let => Lets --- docs/view-entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"