Skip to content

Commit 4b72cbd

Browse files
Update getUserIdsAsEids.md (#6373)
Typo
1 parent c724ef6 commit 4b72cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docs/publisher-api-reference/getUserIdsAsEids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarType: 1
99
{: .alert.alert-info :}
1010
To use this function, include the [UserId module](/dev-docs/modules/userId.html) in your Prebid.js build.
1111

12-
If you need to export the user IDs stored by Prebid User ID module in ORTB Eids frormat, then the `getUserIdsAsEids()` function will return an array formatted as per [ORTB Eids](https://github.com/prebid/Prebid.js/blob/master/modules/userId/eids.md).
12+
If you need to export the user IDs stored by Prebid User ID module in ORTB Eids format, then the `getUserIdsAsEids()` function will return an array formatted as per [ORTB Eids](https://github.com/prebid/Prebid.js/blob/master/modules/userId/eids.md).
1313

1414
```javascript
1515
pbjs.getUserIdsAsEids() // returns userIds in ORTB Eids format. e.g.

0 commit comments

Comments
 (0)