diff --git a/sources/platform/actors/development/secret_input.md b/sources/platform/actors/development/secret_input.md index 200999317f..990ce3c3a0 100644 --- a/sources/platform/actors/development/secret_input.md +++ b/sources/platform/actors/development/secret_input.md @@ -36,7 +36,7 @@ To make an input field secret, just add a `"isSecret": true` setting to the inpu ``` The editor for this input field will then turn into a secret input, and when you edit the field value, it will be stored encrypted. -Secret input editor +Secret input editor This is only available for `string` inputs, and the editor type is limited to `textfield` or `textarea`.