Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 81f4b43

Browse files
thezankepleerock
authored andcommitted
docs: added missing comma in relations.md (typeorm#4739)
1 parent 7808bba commit 81f4b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ You can also change the name of the generated "junction" table.
141141
```typescript
142142
@ManyToMany(type => Category)
143143
@JoinTable({
144-
name: "question_categories" // table name for the junction table of this relation
144+
name: "question_categories", // table name for the junction table of this relation
145145
joinColumn: {
146146
name: "question",
147147
referencedColumnName: "id"

0 commit comments

Comments
 (0)