Skip to content

Commit f98ec58

Browse files
committed
Typo
1 parent 00ea137 commit f98ec58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Calendar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function saveEventToCalendar(\Microsoft\Graph\Model\Calendar $calendar, \
5252

5353
/**
5454
* Make an event and return an event object of the type \Microsoft\Graph\Model\Event
55-
* this is a shortcut to creating an event object and setting all the bases properties.
55+
* this is a shortcut for creating an event object and setting all the bases properties.
5656
*/
5757
public function makeEvent(string $starttime, string $endtime, string $timezone, string $subject, string $body, object $location_address, array $attendees = [], bool $isOnlineMeeting = false): \Microsoft\Graph\Model\Event
5858
{

0 commit comments

Comments
 (0)