We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b83d5 commit 76a214bCopy full SHA for 76a214b
README.md
@@ -65,8 +65,8 @@ amplitude.group_from_request(request)
65
amplitude.location_data_from_ip_address(ip_address)
66
```
67
68
-* `user_properties_from_request` will return an empty dict is `AMPLITUDE_INCLUDE_USER_DATA` is `False`
69
-* `group_from_request` will return an empty dict is `AMPLITUDE_INCLUDE_GROUP_DATA` is `False`
+* `user_properties_from_request` will return an empty dict if `AMPLITUDE_INCLUDE_USER_DATA` is `False`
+* `group_from_request` will return an empty dict if `AMPLITUDE_INCLUDE_GROUP_DATA` is `False`
70
71
72
0 commit comments