From aa21f0c7b9b892b5b00fa10b4ffae81ac0210089 Mon Sep 17 00:00:00 2001 From: Tatevik Date: Tue, 1 Apr 2025 08:03:53 +0400 Subject: [PATCH] ISSUE-344: typo fix --- src/PhpListRestBundle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PhpListRestBundle.php b/src/PhpListRestBundle.php index 4a856643..2d27fae1 100644 --- a/src/PhpListRestBundle.php +++ b/src/PhpListRestBundle.php @@ -14,8 +14,8 @@ */ #[OA\Info( version: '1.0.0', - description: 'This is the OpenAPI documentation for PhpList API.', - title: 'PhpList API Documentation', + description: 'This is the OpenAPI documentation for phpList API.', + title: 'phpList API Documentation', contact: new OA\Contact( email: 'support@phplist.com' ),