We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce69f1c + 530015e commit ae1528cCopy full SHA for ae1528c
registries/_format/password.md
@@ -1,7 +1,7 @@
1
---
2
owner: baywet
3
issue:
4
-description: a string that hints to UIs to obscure input.
+description: a string that hints to obscure the value.
5
base_type: string
6
layout: default
7
source: https://spec.openapis.org/oas/latest.html#data-types
@@ -14,7 +14,7 @@ source_label: OAS
14
15
Base type: `{{ page.base_type }}`.
16
17
-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.
18
19
{% if page.issue %}
20
### GitHub Issue
@@ -26,4 +26,4 @@ The `{{page.slug}}` format is a string that hints to UIs to obscure input.
26
### Remarks
27
28
{{ page.remarks }}
29
-{% endif %}
+{% endif %}
0 commit comments