Skip to content

Commit 8e7e24e

Browse files
authored
Update identify.md (#4872)
1 parent 03b7f81 commit 8e7e24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/identify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Segment recommends that you make an Identify call:
1111
- After a user first registers
1212
- After a user logs in
1313
- When a user updates their info (for example, they change or add a new address)
14-
- Upon loading any pages that are accessible by a logged in user (optional)
14+
- Upon loading any pages that aren't accessible by a logged in user (optional)
1515

1616
The first three examples are pretty self-explanatory, but many might ask: why you would call identify on every page load if we're storing the `userId` in the cookie/local storage?
1717

0 commit comments

Comments
 (0)