Fix some typos

This commit is contained in:
Rotzbua
2023-09-17 22:54:49 +02:00
parent 094604a87c
commit 51c68655fb
9 changed files with 11 additions and 11 deletions

View File

@ -22,11 +22,11 @@ use Wallabag\UserBundle\Form\NewUserType;
class UserRestController extends WallabagRestController
{
/**
* Retrieve current logged in user informations.
* Retrieve current logged in user information.
*
* @Operation(
* tags={"User"},
* summary="Retrieve current logged in user informations.",
* summary="Retrieve current logged in user information.",
* @OA\Response(
* response="200",
* description="Returned when successful",