Skip to content

Commit 9a7f650

Browse files
committed
fix typo & doc link
1 parent 73db8da commit 9a7f650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/monta/actions/get-order/get-order.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import monta from "../../monta.app.mjs";
33
export default {
44
key: "monta-get-order",
55
name: "Get Order",
6-
description: "Get an order by ID. [See the documentation](https://api-v6.monta.nl/index.html#tag/Info/paths/~1info/get)",
6+
description: "Get an order by ID. [See the documentation](https://api-v6.monta.nl/index.html#tag/Order/paths/~1order~1%7Bwebshoporderid%7D/get)",
77
version: "0.0.1",
88
type: "action",
99
annotations: {
@@ -22,7 +22,7 @@ export default {
2222
channel: {
2323
type: "string",
2424
label: "Channel",
25-
description: "The channel name if multiple order IDs are avalaible between channels",
25+
description: "The channel name if multiple order IDs are available between channels",
2626
optional: true,
2727
},
2828
},

0 commit comments

Comments
 (0)