Skip to content

Commit 9f18a10

Browse files
committed
fix typos
1 parent 91fb482 commit 9f18a10

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/actors/development/actor_definition/input_schema

1 file changed

+2
-2
lines changed

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ To correctly define options for multiselect, you need to define the `items` prop
412412

413413
### Resource type
414414

415-
Resource type identifies what kind of Apify Platfrom object is referred to in the input field. For example, the Key-value store resource type can be referred to using a string ID.
415+
Resource type identifies what kind of Apify Platform object is referred to in the input field. For example, the Key-value store resource type can be referred to using a string ID.
416416
Currently, it supports storage resources only, allowing the reference of a Dataset, Key-Value Store or Request Queue.
417417

418418
For Actor developers, the resource input value is a string representing the storage ID.
@@ -444,6 +444,6 @@ Properties:
444444
|----------------|-----------------------------------------------------------------------------------|----------|------------------------------------------------------------------------------------|
445445
| `type` | One of <ul><li>`string`</li><li>`array`</li></ul> | Yes | Specifies the type of input - string for single value or array for multiple values |
446446
| `editor` | One of <ul><li>`resourcePicker`</li><li>`hidden`</li></ul> | No | Visual editor used for <br/>the input field. Defaults to `resourcePicker`. |
447-
| `resourceType` | One of <ul><li>`dataset`</li><li>`keyValueStore`</li><li>`requestQueue`</li></ul> | Yes | Type of Apify Platform resource |
447+
| `resourceType` | One of <ul><li>`dataset`</li><li>`keyValueStore`</li><li>`requestQueue`</li></ul> | Yes | Type of Apify Platform resource |
448448
| `minItems` | Integer | No | Minimum number of items the array can contain. Only for `type: array` |
449449
| `maxItems` | Integer | No | Maximum number of items the array can contain. Only for `type: array` |

0 commit comments

Comments
 (0)