Skip to content

Commit 25070a3

Browse files
authored
Fix typo in the comment for token prefix (sanctum config) (#6248)
1 parent 960ea7b commit 25070a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/sanctum.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
| Token Prefix
5454
|--------------------------------------------------------------------------
5555
|
56-
| Sanctum can prefix new tokens in order to take advantage of various
57-
| security scanning initiaives maintained by open source platforms
58-
| that alert developers if they commit tokens into repositories.
56+
| Sanctum can prefix new tokens in order to take advantage of numerous
57+
| security scanning initiatives maintained by open source platforms
58+
| that notify developers if they commit tokens into repositories.
5959
|
6060
| See: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning
6161
|

0 commit comments

Comments
 (0)