From 25070a3ffb175c15b59cd7f12289a9648165bba3 Mon Sep 17 00:00:00 2001 From: Martin Bastien Date: Tue, 26 Sep 2023 21:37:09 -0400 Subject: [PATCH] Fix typo in the comment for token prefix (sanctum config) (#6248) --- config/sanctum.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sanctum.php b/config/sanctum.php index e739e96e..35d75b31 100644 --- a/config/sanctum.php +++ b/config/sanctum.php @@ -53,9 +53,9 @@ | Token Prefix |-------------------------------------------------------------------------- | - | Sanctum can prefix new tokens in order to take advantage of various - | security scanning initiaives maintained by open source platforms - | that alert developers if they commit tokens into repositories. + | Sanctum can prefix new tokens in order to take advantage of numerous + | security scanning initiatives maintained by open source platforms + | that notify developers if they commit tokens into repositories. | | See: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning |