Skip to content

Commit 76a214b

Browse files
committed
Fix if typo
1 parent d2b83d5 commit 76a214b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ amplitude.group_from_request(request)
6565
amplitude.location_data_from_ip_address(ip_address)
6666
```
6767

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`
68+
* `user_properties_from_request` will return an empty dict if `AMPLITUDE_INCLUDE_USER_DATA` is `False`
69+
* `group_from_request` will return an empty dict if `AMPLITUDE_INCLUDE_GROUP_DATA` is `False`
7070

7171

7272

0 commit comments

Comments
 (0)