Skip to content

Commit 5e5f18c

Browse files
committed
fix typo
1 parent e130a20 commit 5e5f18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/google_docs/actions/get-tab-content/get-tab-content.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
async run({ $ }) {
3232
const response = await this.googleDocs.getDocument(this.docId, true);
3333
const tabs = response.tabs.filter((tab) => this.tabIds.includes(tab.tabProperties.tabId));
34-
$.export("$summary", `Successfully retrieved tab content fordocument with ID: ${this.docId}`);
34+
$.export("$summary", `Successfully retrieved tab content for document with ID: ${this.docId}`);
3535
return tabs;
3636
},
3737
};

0 commit comments

Comments
 (0)