Skip to content

Commit c3551d4

Browse files
authored
fix typo
1 parent 5161349 commit c3551d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/creating-your-bot/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ await store.save({session: 'yourSessionName'});
123123
```
124124

125125
</CodeGroupItem>
126-
<CodeGroupItem title="sessionExists">
126+
<CodeGroupItem title="extract">
127127

128128
```js
129129
await store.extract({session: 'yourSessionName'});

0 commit comments

Comments
 (0)