Skip to content

Commit 37ea95c

Browse files
authored
Type Error
1 parent d9b54c6 commit 37ea95c

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)