Skip to content

Commit d122219

Browse files
Merge pull request #304 from osbre/patch-1
Fix typo in code example
2 parents f779f4d + 7e33fb8 commit d122219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notion-client/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const page = await api.getPage('067dd719-a912-471e-a9a3-ac10710e7fdf')
3030
// fetch the data for a specific collection instance
3131
const collectionId = '2d8aec23-8281-4a94-9090-caaf823dd21a'
3232
const collectionViewId = 'ab639a5a-853e-45e1-9ef7-133b486c0acf'
33-
const colectionData = await api.getCollectionData(
33+
const collectionData = await api.getCollectionData(
3434
collectionId,
3535
collectionViewId
3636
)

0 commit comments

Comments
 (0)