From a2ef43c9db23e4aced630826db7b0a85c9509784 Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:34:52 +0200 Subject: [PATCH] Fixed some typos in vokuro tutorial --- en/tutorial-vokuro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorial-vokuro.md b/en/tutorial-vokuro.md index 42f6ca832672..90dd3587d145 100644 --- a/en/tutorial-vokuro.md +++ b/en/tutorial-vokuro.md @@ -726,7 +726,7 @@ The component exposes the following methods: | `registerUserThrottling($userId)` | Implements login throttling. Reduces the effectiveness of brute force attacks | | `createRememberEnvironment(Users $user)` | Creates the remember me environment settings the related cookies and generating tokens | | `hasRememberMe(): bool` | Check if the session has a remember me cookie | -| `loginWithRememberMe(): Response` | Logs on using the information in the cookies | +| `loginWithRememberMe(): Response` | Logs in using the information in the cookies | | `checkUserFlags(Users $user)` | Checks if the user is banned/inactive/suspended | | `getIdentity(): array / null` | Returns the current identity | | `getName(): string` | Returns the name of the user |