diff --git a/sources/platform/actors/development/actor_definition/input_schema/specification.md b/sources/platform/actors/development/actor_definition/input_schema/specification.md
index 7fb5e9acfe..014359fa32 100644
--- a/sources/platform/actors/development/actor_definition/input_schema/specification.md
+++ b/sources/platform/actors/development/actor_definition/input_schema/specification.md
@@ -123,7 +123,7 @@ Each field of your input is described under its key in the `inputSchema.properti
| `title` | String | Yes | Title of the field in UI. |
| `description` | String | Yes | Description of the field that will be
displayed as help text in Actor input UI. |
| `default` | Must match `type` property. | No | Default value that will be
used when no value is provided. |
-| `prefill` | Must match `type` property. | No | Value that will be prefilled
in the Actor input interface.
Only the `boolean` type doesn't
support `prefill` property. |
+| `prefill` | Must match `type` property. | No | Value that will be prefilled
in the Actor input interface. |
| `example` | Must match `type` property. | No | Sample value of this field
for the Actor to be displayed when
Actor is published in Apify Store. |
| `sectionCaption` | String | No | If this property is set,
then all fields following this field
(this field included) will be separated
into a collapsible section
with the value set as its caption.
The section ends at the last field
or the next field which has the
`sectionCaption` property set. |
| `sectionDescription` | String | No | If the `sectionCaption` property is set,
then you can use this property to
provide additional description to the section.
The description will be visible right under
the caption when the section is open. |