diff --git a/core/modules/user/src/Plugin/rest/resource/PermissionResource.php b/core/modules/user/src/Plugin/rest/resource/PermissionResource.php index 078ea52bb4..edd4169c72 100644 --- a/core/modules/user/src/Plugin/rest/resource/PermissionResource.php +++ b/core/modules/user/src/Plugin/rest/resource/PermissionResource.php @@ -65,7 +65,7 @@ public static function create(ContainerInterface $container, array $configuratio } /** - * Response to GET requests. + * Responds to GET requests. * * @return \Drupal\rest\ResourceResponse * The response containing the list of available permissions.