Skip to content

Commit 970fe51

Browse files
authored
Merge pull request hybridauth#846 from Purus/patch-1
Type Error
2 parents d9b54c6 + 37ea95c commit 970fe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-ref-user-contacts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $google = new Hybridauth\Provider\Google($config);
2323
$google->authenticate();
2424

2525
//Retrieve User's contacts
26-
$userContacts = $google->getUserContatcs(); //Returns an array of Hybridauth\User\Contact objects
26+
$userContacts = $google->getUserContacts(); //Returns an array of Hybridauth\User\Contact objects
2727

2828
//Iterate over the user contacts list
2929
foreach( $userContacts as $contact ){

0 commit comments

Comments
 (0)