diff --git a/registries/_format/password.md b/registries/_format/password.md index 26216ca175..687500e0a7 100644 --- a/registries/_format/password.md +++ b/registries/_format/password.md @@ -1,7 +1,7 @@ --- owner: baywet issue: -description: a string that hints to UIs to obscure input. +description: a string that hints to obscure the value. base_type: string layout: default source: https://spec.openapis.org/oas/latest.html#data-types @@ -14,7 +14,7 @@ source_label: OAS Base type: `{{ page.base_type }}`. -The `{{page.slug}}` format is a string that hints to UIs to obscure input. +The `{{page.slug}}` format is a string that hints to obscure the value. {% if page.issue %} ### GitHub Issue @@ -26,4 +26,4 @@ The `{{page.slug}}` format is a string that hints to UIs to obscure input. ### Remarks {{ page.remarks }} -{% endif %} \ No newline at end of file +{% endif %}