Skip to content

Commit 8ecba49

Browse files
Update components/aweber/actions/create-broadcast/create-broadcast.mjs
Co-authored-by: Jorge Cortes <[email protected]>
1 parent 5671e0d commit 8ecba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/aweber/actions/create-broadcast/create-broadcast.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import aweberApp from "../../aweber.app.mjs";
33
export default {
44
key: "aweber-create-broadcast",
55
name: "Create Broadcast",
6-
description: "Create a broadcast under the specified account and list. [See the docs here](https://api.aweber.com/#tag/Broadcasts/paths/~1accounts~1%7BaccountId%7D~1lists~1%7BlistId%7D~1broadcasts/post).",
6+
description: "Create a broadcast under the specified account and list. [See the documentation](https://api.aweber.com/#tag/Broadcasts/paths/~1accounts~1%7BaccountId%7D~1lists~1%7BlistId%7D~1broadcasts/post).",
77
type: "action",
88
version: "0.0.1",
99
annotations: {

0 commit comments

Comments
 (0)