Skip to content

Commit 55779a9

Browse files
committed
Adjustments
1 parent de4393b commit 55779a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/basecamp/actions/create-campfire-chatbot-message/create-campfire-chatbot-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import common from "../common/common.mjs";
44
export default {
55
key: "basecamp-create-campfire-chatbot-message",
66
name: "Create Campfire Chatbot Message",
7-
description: "Creates a line in a Campfire for a Basecamp Chatbot. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/chatbots.md#create-a-line)",
7+
description: "Creates a message in a Campfire for a Basecamp Chatbot. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/chatbots.md#create-a-line)",
88
type: "action",
99
version: "0.0.4",
1010
props: {

components/basecamp/actions/create-campfire-message/create-campfire-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import common from "../common/common.mjs";
44
export default {
55
key: "basecamp-create-campfire-message",
66
name: "Create Campfire Message",
7-
description: "Creates a line in a selected Campfire. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/campfires.md#create-a-campfire-line)",
7+
description: "Creates a message in a selected Campfire. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/campfires.md#create-a-campfire-line)",
88
type: "action",
99
version: "0.0.8",
1010
props: {

0 commit comments

Comments
 (0)