Skip to content

Commit 36fc5d6

Browse files
mindtricksdevprescottprue
authored andcommitted
docs(example): fix typo - the snippet is replacing the email, not the displayName (prescottprue#240)
The snippet is replacing the email, not the displayName.
1 parent 86a6949 commit 36fc5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/populate.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ASDF123: {
9090
```
9191

9292
### Object
93-
Population can also be used to populate a parameter with an object. An example of this would be populating the owner parameter, which is an ID, with the matching key from the users list.
93+
Population can also be used to populate a parameter with an object. An example of this would be populating the `owner` parameter, which is an ID, with the matching key from the `users` list.
9494

9595
##### Example Query
9696
```javascript
@@ -122,7 +122,7 @@ ASDF123: {
122122

123123
### Object's Parameter
124124

125-
There is also the option to load a parameter from within a population object. An example of this could be populating the owner parameter with the displayName property of the user with a matching ID:
125+
There is also the option to load a parameter from within a population object. An example of this could be populating the `owner` parameter with the `email` property of the `user` with a matching ID:
126126

127127
##### Example
128128
```javascript

0 commit comments

Comments
 (0)