Skip to content

Commit ae1528c

Browse files
authored
Merge pull request #3531 from mgrafl/patch-2
Generalize description of password data type in registry
2 parents ce69f1c + 530015e commit ae1528c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registries/_format/password.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: baywet
33
issue:
4-
description: a string that hints to UIs to obscure input.
4+
description: a string that hints to obscure the value.
55
base_type: string
66
layout: default
77
source: https://spec.openapis.org/oas/latest.html#data-types
@@ -14,7 +14,7 @@ source_label: OAS
1414

1515
Base type: `{{ page.base_type }}`.
1616

17-
The `{{page.slug}}` format is a string that hints to UIs to obscure input.
17+
The `{{page.slug}}` format is a string that hints to obscure the value.
1818

1919
{% if page.issue %}
2020
### GitHub Issue
@@ -26,4 +26,4 @@ The `{{page.slug}}` format is a string that hints to UIs to obscure input.
2626
### Remarks
2727

2828
{{ page.remarks }}
29-
{% endif %}
29+
{% endif %}

0 commit comments

Comments
 (0)