docs: grammar mistake fixed (#10647)

Let => Lets
This commit is contained in:
Xayrulloh 2024-01-26 11:55:25 +05:00 committed by GitHub
parent d0b76703cc
commit dd8c0fdb7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"