Skip to content

Commit ad53349

Browse files
authored
Update dapper-plus-relationship.md
1 parent c65f2b7 commit ad53349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/getting-started/dapper-plus-relationship.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ connection.BulkInsert(lefts)
1212
.ThenBulkInsert(left => left.Rights);
1313
```
1414

15-
In this article, you will learn how to handle this kind of relation:
15+
In this tutorial, you will learn how to handle this kind of relation:
1616

1717
- Foreign Key Property
1818
- Navigation Property

0 commit comments

Comments
 (0)