Skip to content

Commit 9eaeada

Browse files
authored
Merge pull request #10 from thursdaydan/patch-1
Fixed some minor typos
2 parents 34e50ed + 84fb4c5 commit 9eaeada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MsGraph.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public function tasks()
4848
protected static $baseUrl = 'https://graph.microsoft.com/beta/';
4949

5050
/**
51-
* __call catches all requests when no founf method is requested
51+
* __call catches all requests when no found method is requested
5252
* @param $function - the verb to execute
5353
* @param $args - array of arguments
54-
* @return gizzle request
54+
* @return guzzle request
5555
*/
5656
public function __call($function, $args)
5757
{

0 commit comments

Comments
 (0)