From 8b9b637ec6c58d038cf8bb2099ac358a951b26bd Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sun, 3 Sep 2023 11:45:48 +0200 Subject: [PATCH] ProfileApi: Fix typo Signed-off-by: jld3103 --- core/Controller/ProfileApiController.php | 2 +- core/openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Controller/ProfileApiController.php b/core/Controller/ProfileApiController.php index ccbbc6c78bdd9..cc91fb7d5761b 100644 --- a/core/Controller/ProfileApiController.php +++ b/core/Controller/ProfileApiController.php @@ -56,7 +56,7 @@ public function __construct( * @PasswordConfirmationRequired * @UserRateThrottle(limit=40, period=600) * - * Update the visiblity of a parameter + * Update the visibility of a parameter * * @param string $targetUserId ID of the user * @param string $paramId ID of the parameter diff --git a/core/openapi.json b/core/openapi.json index 4a3aa9723ce35..1cc8b40483fb2 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -3617,7 +3617,7 @@ "/ocs/v2.php/profile/{targetUserId}": { "put": { "operationId": "profile_api-set-visibility", - "summary": "Update the visiblity of a parameter", + "summary": "Update the visibility of a parameter", "tags": [ "profile_api" ],