Skip to content

Commit 9d223a4

Browse files
committed
Minor fix in docs
Signed-off-by: tswagger <[email protected]>
1 parent a1b64db commit 9d223a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public $aliases = [
219219
| session and tokens | The `Session` and `AccessTokens` authenticators, respectively. |
220220
| chained | The filter will check both authenticators in sequence to see if the user is logged in through either of authenticators, allowing a single API endpoint to work for both an SPA using session auth, and a mobile app using access tokens. |
221221
| jwt | The `JWT` authenticator. See [JWT Authentication](./addons/jwt.md). |
222-
| hmac | The `HMAC` authenticator. SEE [HMAC Authentication](./guides/api_hmac_keys.md). |
222+
| hmac | The `HMAC` authenticator. See [HMAC Authentication](./guides/api_hmac_keys.md). |
223223
| auth-rates | Provides a good basis for rate limiting of auth-related routes. |
224224
| group | Checks if the user is in one of the groups passed in. |
225225
| permission | Checks if the user has the passed permissions. |

0 commit comments

Comments
 (0)