Skip to content

Commit c83bc11

Browse files
Update components/notion/actions/retrieve-page/retrieve-page.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3a28f5e commit c83bc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
async run({ $ }) {
1919
const response = await this.notion.retrievePage(this.pageId);
2020
const title = response?.properties?.Name?.title[0]?.plain_text;
21-
$.export("$summary", `Sucessfully retrieved page${title
21+
$.export("$summary", `Successfully retrieved page${title
2222
? ` "${title}"`
2323
: ""}`);
2424
return response;

0 commit comments

Comments
 (0)