We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421b1d5 commit 09816f4Copy full SHA for 09816f4
1 file changed
README.md
@@ -143,7 +143,7 @@ const res = await client.datasets.linkedin.discoverCompanyPosts([
143
{ url: 'https://www.linkedin.com/company/bright-data' },
144
]);
145
146
-// thise will poll if snapshot is ready, and once it is - download it
+// it will poll if snapshot is ready, and once it is - download it
147
const filePath = await client.datasets.snapshot.download(res.snapshot_id, {
148
filename: './brd_posts.jsonl',
149
format: 'jsonl',
0 commit comments