Fix typo in the comment for token prefix (sanctum config) (#6248)
This commit is contained in:
parent
960ea7b325
commit
25070a3ffb
|
@ -53,9 +53,9 @@
|
||||||
| Token Prefix
|
| Token Prefix
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Sanctum can prefix new tokens in order to take advantage of various
|
| Sanctum can prefix new tokens in order to take advantage of numerous
|
||||||
| security scanning initiaives maintained by open source platforms
|
| security scanning initiatives maintained by open source platforms
|
||||||
| that alert developers if they commit tokens into repositories.
|
| that notify developers if they commit tokens into repositories.
|
||||||
|
|
|
|
||||||
| See: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning
|
| See: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning
|
||||||
|
|
|
|
||||||
|
|
Loading…
Reference in New Issue