We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9b54c6 + 37ea95c commit 970fe51Copy full SHA for 970fe51
docs/developer-ref-user-contacts.md
@@ -23,7 +23,7 @@ $google = new Hybridauth\Provider\Google($config);
23
$google->authenticate();
24
25
//Retrieve User's contacts
26
-$userContacts = $google->getUserContatcs(); //Returns an array of Hybridauth\User\Contact objects
+$userContacts = $google->getUserContacts(); //Returns an array of Hybridauth\User\Contact objects
27
28
//Iterate over the user contacts list
29
foreach( $userContacts as $contact ){
0 commit comments