Skip to content

Commit 09816f4

Browse files
committed
docs: fix typo
1 parent 421b1d5 commit 09816f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const res = await client.datasets.linkedin.discoverCompanyPosts([
143143
{ url: 'https://www.linkedin.com/company/bright-data' },
144144
]);
145145

146-
// thise will poll if snapshot is ready, and once it is - download it
146+
// it will poll if snapshot is ready, and once it is - download it
147147
const filePath = await client.datasets.snapshot.download(res.snapshot_id, {
148148
filename: './brd_posts.jsonl',
149149
format: 'jsonl',

0 commit comments

Comments
 (0)