Skip to content

Commit 6b07bd9

Browse files
authored
Add comma
1 parent b03e380 commit 6b07bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ When you make requests to the Profile API, use the Access Token as the basic aut
169169
curl https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles
170170
-u $SEGMENT_ACCESS_TOKEN:
171171
```
172-
If you're using a Segment Function or Node.js you can format your header object to include authentication like so:
172+
If you're using a Segment Function or Node.js you can format your header object to include authentication, like so:
173173

174174
```
175175
headers: {

0 commit comments

Comments
 (0)