Skip to content

Commit d705ef1

Browse files
authored
Update tutorial-introduction.md
1 parent 18cca0a commit d705ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs2/pages/getting-started/tutorial-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Introduction
22

33
## Introduction
4-
Entity Framework Extensions allow you to improve dramatically your save operations performance.
4+
Entity Framework Extensions allows you to improve dramatically your save operations performance.
55

66
It's easy to use, and easy to customize.
77

88
## Bulk SaveChanges
99
The BulkSaveChanges works like SaveChanges but way faster.
1010

11-
BulkSaveChanges use Bulk Operations to save all entities in the Change Tracker efficiently instead of performing a database round-trip for every entity like SaveChanges does.
11+
BulkSaveChanges uses Bulk Operations to save all entities in the Change Tracker efficiently instead of performing a database round-trip for every entity like SaveChanges does.
1212

1313
BulkSaveChanges support everything:
1414

0 commit comments

Comments
 (0)