Skip to content

Commit

Permalink
Apply property name-value language from @jricher.
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Richer <[email protected]>
  • Loading branch information
msporny and jricher authored May 16, 2020
1 parent 5c839b1 commit 31f765d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2694,8 +2694,8 @@ <h2>
</p>

<p>
The possible keys for the input metadata are defined by the DID Core Registry [[?DID-CORE-REGISTRIES]]. This specification
defines the following keys and values:
The possible properties for the input metadata are defined by the DID Core Registry [[?DID-CORE-REGISTRIES]]. This specification
defines the following keys and values for these properties:

<dl>
<dt>accept</dt>
Expand All @@ -2721,7 +2721,7 @@ <h2>

<p>
When a <a>DID document</a> is returned, the <code>DID document metadata</code> is returned as a map of
key-value string pairs as described in <a href="#resolution-metadata"></a>. This metadata
name-value properties as described in <a href="#resolution-metadata"></a>. This metadata
contains information about the input <a>DID</a> and the returned <a>DID document</a>. This metadata
typically does not change between invocations of the <a>DID resolution</a> function. The keys and
possible values for this metadata are defined in the DID Core Registry [[?DID-CORE-REGISTRIES]].
Expand All @@ -2733,10 +2733,10 @@ <h2>
</p>

<p>
The <code>DID resolution metadata</code> is returned as a map of key-value string pairs as described in
The <code>DID resolution metadata</code> is returned as a map of name-value properties as described in
<a href="#resolution-metadata"></a>. This metadata contains information about the results of
the resolution process. This metadata typically changes between invocations of the <a>DID resolution</a>
function. The keys and possible values for this metadata are defined by the DID Core Registry [[?DID-CORE-REGISTRIES]]. This
function. The property names and possible values for this metadata are defined by the DID Core Registry [[?DID-CORE-REGISTRIES]]. This
specification defines the following keys and values:

<dl>
Expand Down

0 comments on commit 31f765d

Please sign in to comment.