Skip to content

Commit b21a843

Browse files
committed
Fix typo
1 parent 78e36a8 commit b21a843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/paradox/database/relationships.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ However, sometimes there is a need for [relationsips beetween collections](https
99

1010
The Relations trait extends DAO case classes with relationship functions.
1111

12-
* relatedRecordForOneToOne (OneToOneRelationship and reference vlue needed)
13-
* relatedRecordsForOneToMany (OneToManyRelationship and reference vlue needed)
12+
* relatedRecordForOneToOne (OneToOneRelationship and reference value needed)
13+
* relatedRecordsForOneToMany (OneToManyRelationship and reference value needed)
1414

1515
## Demo
1616

0 commit comments

Comments
 (0)