diff --git a/src/docs/markdown/caddyfile/directives/basicauth.md b/src/docs/markdown/caddyfile/directives/basicauth.md index fddd7f9..019bfcb 100644 --- a/src/docs/markdown/caddyfile/directives/basicauth.md +++ b/src/docs/markdown/caddyfile/directives/basicauth.md @@ -25,7 +25,7 @@ basicauth [] [] { - **<hash_algorithm>** is the name of the password hashing algorithm (or KDF) used for the hashes in this configuration. Can be `bcrypt` (default) or `scrypt`. - **<username>** is a username or user ID. - **<hashed_password_base64>** is the base-64 encoding of the hashed password. -- **<salt_base64>** is the base-64 encoding of the password salt, if an external site is required. +- **<salt_base64>** is the base-64 encoding of the password salt, if an external salt is required. ## Examples