Skip to content

Commit 28985da

Browse files
committed
docs: fix typo sesson → session
1 parent 2033a96 commit 28985da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrating_to_7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ conn.startSession(function(err, session) {
158158
// After
159159
const session = await conn.startSession();
160160
// Or:
161-
conn.startSession().then(sesson => { /* ... */ });
161+
conn.startSession().then(session => { /* ... */ });
162162

163163
// With error handling
164164
try {

0 commit comments

Comments
 (0)