Skip to content

Commit e3234b2

Browse files
committed
2 parents 3afbb0a + a74836c commit e3234b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each notion api endpoint has a corresponding method associated with it
3333
| [Retrieve a page](https://developers.notion.com/reference/retrieve-a-page) | `GetPageAsync` |
3434
| [Create a page](https://developers.notion.com/reference/post-page) | `CreatePageAsync` |
3535
| [Update page](https://developers.notion.com/reference/patch-page) | `UpdatePageAsync` |
36-
| [Retrieve a page property item](https://developers.notion.com/reference/retrieve-a-page-property) | |
36+
| [Retrieve a page property item](https://developers.notion.com/reference/retrieve-a-page-property) | `GetPagePropertyAsync` |
3737
| [Retrieve a block](https://developers.notion.com/reference/retrieve-a-block) | `GetBlockAsync` |
3838
| [Update a block](https://developers.notion.com/reference/update-a-block) | `UpdateBlockAsync` |
3939
| [Retrieve block children](https://developers.notion.com/reference/get-block-children) | `GetBlocksChildrenAsync` |

0 commit comments

Comments
 (0)