From 335ed72d787371c626e6cd04541b72a8a164dae5 Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Wed, 19 May 2021 08:04:10 +0200 Subject: [PATCH] Fix typo in hash() method description --- en/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/security.md b/en/security.md index 1582ed26ca70..907ddc4b7f7f 100644 --- a/en/security.md +++ b/en/security.md @@ -234,7 +234,7 @@ Getter and setter for the default hash that the component will use. By default t **hash()** -Hashes as string or password and returns the hashed string back. The second parameter is optional, and allows you to set temporarily a specific `workFactor` or passes which overrides the default one. +Hashes a string or password and returns the hashed string back. The second parameter is optional, and allows you to set temporarily a specific `workFactor` or passes which overrides the default one. **checkHash()**