From 4edefac717d42c2387bffa51915085ed0a9dff2d Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 24 Jan 2020 09:58:41 +0530 Subject: [PATCH] fix more typo's in the text --- api/v3/examples/Event/Create.ex.php | 4 ++-- api/v3/examples/Event/IsCurrentOption.ex.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v3/examples/Event/Create.ex.php b/api/v3/examples/Event/Create.ex.php index 0a9977424c..ccca91dcce 100644 --- a/api/v3/examples/Event/Create.ex.php +++ b/api/v3/examples/Event/Create.ex.php @@ -8,7 +8,7 @@ function event_create_example() { $params = [ 'title' => 'Annual CiviCRM meet', - 'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now', + 'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now', 'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues', 'event_type_id' => 1, 'is_public' => 1, @@ -60,7 +60,7 @@ function event_create_expectedresult() { '3' => [ 'id' => '3', 'title' => 'Annual CiviCRM meet', - 'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now', + 'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now', 'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues', 'event_type_id' => '1', 'participant_listing_id' => '', diff --git a/api/v3/examples/Event/IsCurrentOption.ex.php b/api/v3/examples/Event/IsCurrentOption.ex.php index c43d238240..a0ce413047 100644 --- a/api/v3/examples/Event/IsCurrentOption.ex.php +++ b/api/v3/examples/Event/IsCurrentOption.ex.php @@ -49,7 +49,7 @@ function event_get_expectedresult() { 'id' => '3', 'title' => 'Annual CiviCRM meet 2', 'event_title' => 'Annual CiviCRM meet 2', - 'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now', + 'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now', 'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues', 'event_description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues', 'event_type_id' => '1', -- 2.25.1