Skip to content

Commit be9ae6f

Browse files
chkpwdTwiN
andauthored
docs: Fix typo (#931)
chore: typo fix Co-authored-by: TwiN <[email protected]>
1 parent 539c763 commit be9ae6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ security:
16831683
password-bcrypt-base64: "JDJhJDEwJHRiMnRFakxWazZLdXBzRERQazB1TE8vckRLY05Yb1hSdnoxWU0yQ1FaYXZRSW1McmladDYu"
16841684
```
16851685

1686-
> ⚠ Make sure to carefully select to cost of the bcrypt hash. The higher the cost, the longer it takes to compute the hash,
1686+
> ⚠ Make sure to carefully select the cost of the bcrypt hash. The higher the cost, the longer it takes to compute the hash,
16871687
> and basic auth verifies the password against the hash on every request. As of 2023-01-06, I suggest a cost of 9.
16881688

16891689

0 commit comments

Comments
 (0)