Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos authored Apr 19, 2024
1 parent 71a887f commit 0d06ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ import {Configuration, ExportApi} from '@croct/export';
The `exportUsers` method exports users from the workspace associated with the API key, optionally filtered by
a time window relative to the user's last modified time.

The following example demonstrates how to export sessions in batches of 100:
The following example demonstrates how to export profiles in batches of 100:

```ts
import {Configuration, ExportApi} from '@croct/export';
Expand Down

0 comments on commit 0d06ea8

Please sign in to comment.