Skip to content

Commit c58167c

Browse files
Typos
1 parent 61c1fcd commit c58167c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/notion/actions/create-page/create-page.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import base from "../common/base-page-builder.mjs";
44

55
export default {
66
...base,
7-
key: "DANNY-notion-create-page",
8-
name: "DANNY Create Page",
7+
key: "notion-create-page",
8+
name: "Create Page",
99
description: "Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page)",
10-
version: "0.2.{{ts}}",
10+
version: "0.2.16",
1111
type: "action",
1212
props: {
1313
notion,

docs-v2/pages/connect/components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The payload for the configuration API call must contain the following fields:
322322
4. `configured_props`: an object containing the props that have already been
323323
configured. The initial configuration call must contain the ID of the account
324324
(aka `authProvisionId`) that your user has connected to the target app (see
325-
[this section](workflows#configure-accounts-to-use-your-end-users-auth) for
325+
[this section](/connect/managed-auth/quickstart) for
326326
more details on how to create these accounts).
327327

328328
We'll use the [**List Commits** component for

0 commit comments

Comments
 (0)