Skip to content

Commit 5663c31

Browse files
committed
Typo fixes and annotation adjustments
1 parent 6c3b36f commit 5663c31

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

components/data_axle_platform/actions/get-person-by-id/get-person-by-id.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PEOPLE_PACKAGES } from "../../common/constants";
44
export default {
55
key: "data_axle_platform-get-person-by-id",
66
name: "Get Person",
7-
description: "Retrive a specific person by id. [See the docs here](https://platform.data-axle.com/people/docs/search_api#ids-query)",
7+
description: "Retrieve a specific person by id. [See the docs here](https://platform.data-axle.com/people/docs/search_api#ids-query)",
88
type: "action",
99
version: "0.0.2",
1010
annotations: {

components/formatting/actions/extract-number/extract-number.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAction({
1010
version: "0.0.6",
1111
annotations: {
1212
destructiveHint: false,
13-
openWorldHint: true,
13+
openWorldHint: false,
1414
readOnlyHint: true,
1515
},
1616
type: "action",

components/formatting/actions/parse-json/parse-json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineAction({
88
version: "0.0.6",
99
annotations: {
1010
destructiveHint: false,
11-
openWorldHint: true,
11+
openWorldHint: false,
1212
readOnlyHint: false,
1313
},
1414
type: "action",

components/formatting/actions/replace-text/replace-text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineAction({
1212
version: "0.0.6",
1313
annotations: {
1414
destructiveHint: true,
15-
openWorldHint: true,
15+
openWorldHint: false,
1616
readOnlyHint: false,
1717
},
1818
type: "action",

components/formatting/actions/url-decode/url-decode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineAction({
88
version: "0.0.6",
99
annotations: {
1010
destructiveHint: false,
11-
openWorldHint: true,
11+
openWorldHint: false,
1212
readOnlyHint: false,
1313
},
1414
type: "action",

components/formatting/actions/url-encode/url-encode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineAction({
88
version: "0.0.6",
99
annotations: {
1010
destructiveHint: false,
11-
openWorldHint: true,
11+
openWorldHint: false,
1212
readOnlyHint: false,
1313
},
1414
type: "action",

components/lemon_squeezy/actions/retrieve-customer/retrieve-customer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAction({
1010
readOnlyHint: true,
1111
},
1212
key: "lemon_squeezy-retrieve-customer",
13-
description: "Retrive an existent customer. [See docs here](https://docs.lemonsqueezy.com/api/customers#retrieve-a-customer)",
13+
description: "Retrieve an existent customer. [See docs here](https://docs.lemonsqueezy.com/api/customers#retrieve-a-customer)",
1414
type: "action",
1515
props: {
1616
lemonSqueezy,

components/lemon_squeezy/actions/retrieve-order/retrieve-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAction({
1010
readOnlyHint: true,
1111
},
1212
key: "lemon_squeezy-retrieve-order",
13-
description: "Retrive an existent order. [See docs here](https://docs.lemonsqueezy.com/api/orders#retrieve-an-order)",
13+
description: "Retrieve an existent order. [See docs here](https://docs.lemonsqueezy.com/api/orders#retrieve-an-order)",
1414
type: "action",
1515
props: {
1616
lemonSqueezy,

components/lemon_squeezy/actions/retrieve-product/retrieve-product.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAction({
1010
readOnlyHint: true,
1111
},
1212
key: "lemon_squeezy-retrieve-product",
13-
description: "Retrive an existent product. [See docs here](https://docs.lemonsqueezy.com/api/products#retrieve-a-product)",
13+
description: "Retrieve an existent product. [See docs here](https://docs.lemonsqueezy.com/api/products#retrieve-a-product)",
1414
type: "action",
1515
props: {
1616
lemonSqueezy,

0 commit comments

Comments
 (0)