From 60137e6a0e34e59a8aedbe7d74da45d8d454d5b9 Mon Sep 17 00:00:00 2001 From: Luan Date: Sun, 8 Jun 2025 14:34:03 -0300 Subject: [PATCH] chore: Fix typo --- examples/auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth/README.md b/examples/auth/README.md index a3ba172f..ca433d7e 100644 --- a/examples/auth/README.md +++ b/examples/auth/README.md @@ -34,7 +34,7 @@ An example can be found [here](https://github.com/LuanRT/YouTube.js/blob/main/ex ## Cache Credentials -If you don't want to start the sign in flow every time you initialize the session, you can cache the credentials. Note that this SHOULD NOT be used in production, save your credentials in a database/file instead and pass them to `Session#signIn(creds?)` when signing in. +If you don't want to start the sign-in flow every time you initialize the session, you can cache the credentials. Note that this SHOULD NOT be used in production, save your credentials in a database/file instead and pass them to `Session#signIn(creds?)` when signing in. ```js // If you use this, the next call to signIn won't fire 'auth-pending' instead just 'auth'