You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ro...@apache.org on 2014/11/12 02:15:39 UTC

[34/45] incubator-usergrid git commit: typo

typo

Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/916c0d2a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/916c0d2a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/916c0d2a

Branch: refs/heads/master
Commit: 916c0d2a2b15df5581f2ceda9f4c206b31528178
Parents: a4d14a5
Author: Apps4u <ja...@apps4u.com.au>
Authored: Fri Nov 7 17:54:08 2014 +1000
Committer: Apps4u <ja...@apps4u.com.au>
Committed: Fri Nov 7 17:54:08 2014 +1000

----------------------------------------------------------------------
 sdks/php5/apache-usergrid/Examples/collections/users.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/916c0d2a/sdks/php5/apache-usergrid/Examples/collections/users.php
----------------------------------------------------------------------
diff --git a/sdks/php5/apache-usergrid/Examples/collections/users.php b/sdks/php5/apache-usergrid/Examples/collections/users.php
index d39331f..a6791d9 100644
--- a/sdks/php5/apache-usergrid/Examples/collections/users.php
+++ b/sdks/php5/apache-usergrid/Examples/collections/users.php
@@ -89,7 +89,7 @@ var_dump($find_user_by_uuid->entities);
 $user_addr = Usergrid::users()->findById(['uuid' => 'Jason']);
 echo $user_addr->entities->fetch('adr.addr1');
 //or
-echo $user_addr->entities->fetch('adr.street');
+echo $user_addr->entities->fetch('adr.addr1');
 
 // add user to group
 //$user_to_group = Usergrid::groups()->addUser(['entity_name_or_uuid' => 'group_name_or_uuid', 'user_name_or_uuid' => 'user name or uuid']);