We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e130a20 commit 5e5f18cCopy full SHA for 5e5f18c
components/google_docs/actions/get-tab-content/get-tab-content.mjs
@@ -31,7 +31,7 @@ export default {
31
async run({ $ }) {
32
const response = await this.googleDocs.getDocument(this.docId, true);
33
const tabs = response.tabs.filter((tab) => this.tabIds.includes(tab.tabProperties.tabId));
34
- $.export("$summary", `Successfully retrieved tab content fordocument with ID: ${this.docId}`);
+ $.export("$summary", `Successfully retrieved tab content for document with ID: ${this.docId}`);
35
return tabs;
36
},
37
};
0 commit comments