Skip to content

Commit 8bc68ba

Browse files
authored
Update relationship.md
1 parent 54195a5 commit 8bc68ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs2/pages/documentations/relationship/relationship.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ connection.BulkInsert(lefts)
1111
```
1212

1313

14-
In this article, you will learn how to handle this kind of relation:
14+
In this tutorial, you will learn how to handle this kind of relation:
1515
- [Foreign Key Property](#foreign-key-property)
1616
- [Navigation Property](#navigation-property)
1717

@@ -160,4 +160,4 @@ DapperPlusManager.Entity<Right>().Table("Right")
160160
connection.BulkInsert(lefts)
161161
.ThenForEach(x => x.Rights.ForEach(y => y.Left = x))
162162
.ThenBulkInsert(x => x.Rights);
163-
```
163+
```

0 commit comments

Comments
 (0)