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.
2 parents f779f4d + 7e33fb8 commit d122219Copy full SHA for d122219
packages/notion-client/readme.md
@@ -30,7 +30,7 @@ const page = await api.getPage('067dd719-a912-471e-a9a3-ac10710e7fdf')
30
// fetch the data for a specific collection instance
31
const collectionId = '2d8aec23-8281-4a94-9090-caaf823dd21a'
32
const collectionViewId = 'ab639a5a-853e-45e1-9ef7-133b486c0acf'
33
-const colectionData = await api.getCollectionData(
+const collectionData = await api.getCollectionData(
34
collectionId,
35
collectionViewId
36
)
0 commit comments