From 45973cf12d6c183c255cad2b8f55637153393a8a Mon Sep 17 00:00:00 2001 From: fizahmad <155020130+fizahmad@users.noreply.github.com> Date: Thu, 4 Dec 2025 03:36:11 +0500 Subject: [PATCH] docs: fixed typo in "fine-grained token" warning message (#4652) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 78fe9ae42fb69..473fcc5a2a639 100644 --- a/readme.md +++ b/readme.md @@ -819,7 +819,7 @@ Selecting the right scopes for your token is important in case you want to displ ### Fine-grained token > [!WARNING]\ -> This limits the number of issues to the number of issues on your repositories only and only takes public commits into account. +> This limits the scope to issues in your repositories and includes only public commits. * Go to [Account -> Settings -> Developer Settings -> Personal access tokens -> Fine-grained tokens](https://github.com/settings/tokens). * Click on `Generate new token -> Generate new token`.