From b313a7b8ee2e5cc0192241d8d69d105867f69fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Lino?= Date: Wed, 6 Aug 2025 16:35:34 -0300 Subject: [PATCH] doc: typo --- src/guide/creating-your-bot/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/creating-your-bot/authentication.md b/src/guide/creating-your-bot/authentication.md index 1f5af0c..2b9db0c 100644 --- a/src/guide/creating-your-bot/authentication.md +++ b/src/guide/creating-your-bot/authentication.md @@ -123,7 +123,7 @@ await store.save({session: 'yourSessionName'}); ``` - + ```js await store.extract({session: 'yourSessionName'}); @@ -282,4 +282,4 @@ client.on('remote_session_saved', () => { | :-------: |:--------------------------------- | | ✅ | MacOS | | ✅ | Windows | -| ✅ | Ubuntu 20.04 (Heroku Compatible) | \ No newline at end of file +| ✅ | Ubuntu 20.04 (Heroku Compatible) |