Fix typo in the comment for token prefix (sanctum config) (#6248)

This commit is contained in:
Martin Bastien 2023-09-26 21:37:09 -04:00 committed by GitHub
parent 960ea7b325
commit 25070a3ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
| |