Skip to content

Commit

Permalink
Merge pull request #798 from swcurran/fix-oca-help-text
Browse files Browse the repository at this point in the history
Fix typo in Aries for OCA RFC - missing _text on credential_help_text attribute
  • Loading branch information
swcurran authored Dec 6, 2023
2 parents c9d0746 + 896e64f commit 13de6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/0755-oca-for-aries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ name/value pairs, specific to the OCA for Aries use case:
- `issuer` - the name of the issuer of the credential.
- `issuer_description` - a description for the issuer of the credential.
- `issuer_url` - a URL for the issuer of the credential.
- `credential_help` - help text about the credential
- `credential_help_text` - help text about the credential
- `credential_support_url` - a URL for a service providing support in the use of the credential.
- The **[Unit Overlay]**
allows the issuer to declare the units of measurement for the attributes in
Expand Down Expand Up @@ -417,7 +417,7 @@ as the tooling evolves.
- "issuer"
- "issuer_description"
- "issuer_url"
- "credential_help"
- "credential_help_text"
- "credential_support_url"
- "watermark"
- The "watermark" is used to mark non-production credentials, as described in the ["non-production watermark" section of RFC0756 OCA for Aries Style Guide](../0756-oca-for-aries-style-guide#non-production-watermark)
Expand Down

0 comments on commit 13de6ef

Please sign in to comment.