Skip to content

Commit a6fc9fb

Browse files
committed
Text/link fixes
1 parent 85169c4 commit a6fc9fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/notion/actions/create-page-from-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Notion Create Page from Data Source action allows you to add pages to a Notion Data Source.
44

5-
This action features easy to use dropdowns that automatically populate your data sources as well as your data sources's properties, also known as columns.
5+
This action features easy to use dropdowns that automatically populate your data source as well as your data source's properties, also known as columns.
66

77
This action interacts with the [Notion create a Page API endpoint](https://developers.notion.com/reference/post-page). The Data Source selected in the `Parent Data Source ID` is used as the `parent_id` parameter to that endpoint so the page is added to your data source.
88

components/notion/actions/update-database/update-database.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
properties: {
3434
type: "object",
3535
label: "Properties",
36-
description: "The properties of a data source to be changed in the request, in the form of a JSON object. If updating an existing property, then the keys are the names or IDs of the properties as they appear in Notion, and the values are [property schema objects](https://developers.notion.com/reference/rich-text). If adding a new property, then the key is the name of the new data source property and the value is a [property schema object](https://developers.notion.com/reference/property-schema-object).",
36+
description: "The properties of a data source to be changed in the request, in the form of a JSON object. If updating an existing property, then the keys are the names or IDs of the properties as they appear in Notion, and the values are [property schema objects](https://developers.notion.com/reference/property-schema-object). If adding a new property, then the key is the name of the new data source property and the value is a [property schema object](https://developers.notion.com/reference/property-schema-object).",
3737
optional: true,
3838
},
3939
},

0 commit comments

Comments
 (0)