We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c1230 commit 92516e7Copy full SHA for 92516e7
README.md
@@ -46,7 +46,7 @@ How does it work? Just create a entity factory for your entities (models) and a
46
First create your TypeORM entites.
47
48
```typescript
49
-// user.enity.ts
+// user.entity.ts
50
@Entity()
51
export class User {
52
@PrimaryGeneratedColumn('uuid') id: string
@@ -61,7 +61,7 @@ export class User {
61
}
62
63
64
-// pet.enity.ts
+// pet.entity.ts
65
66
export class Pet {
67
0 commit comments