Skip to content

Commit

Permalink
Fix typos in "This Draft" section (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Apr 11, 2024
1 parent 220b4dc commit 137e640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ <h4>This Draft</h4>
<ul>
<li><a href="https://github.com/reconciliation-api/specs/pull/85">Have all URI templates follow the RFC6570 syntax</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/89">Add <code>documentation</code>, <code>serviceVersion</code> and <code>logo</code> fields to the manifest</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/91">Remove configurability of the endpoints of various sub-services are no longer configurable, determine them by the root reconciliation endpoint instead</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/91">Remove configurability of the endpoints of various sub-services, determine them by the root reconciliation endpoint instead</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/92">Change the format of reconciliation queries, responses and data extension responses</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/99">Add a section on security and privacy considerations</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/103">Add a section on accessibility</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/115">Restrict reconciliation queries to only support passing a single <code>type</code> and remove the <code>type_strict</code> parameter</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/124">Specify the behaviour of suggest services when an empty prefix is passed</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/131">Add matching settings that can be offered by reconciliation services to configure how property values are compared</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/133">Make the <code>score</code> field of reconciliation optional</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/136">Improve support for content language and text direction forrowing the W3C's checklist</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/136">Improve support for content language and text direction following the W3C's checklist</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/140">Remove <code>identifierSpace</code> and <code>schemaSpace</code> and make view templates mandatory</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/142">Remove support for JSONP</a></li>
<li><a href="https://github.com/reconciliation-api/specs/pull/149">Move the <code>query</code> field of reconciliation queries inside <code>properties</code> to allow for queries which do not provide entity names</a></li>
Expand Down

0 comments on commit 137e640

Please sign in to comment.