Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Aug 3, 2023
1 parent 1d50471 commit d5039d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-protocol/odata-protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ <h4 id="8288-preference-respond-async"><a name="Preferencerespondasync" href="#P
<li>asynchronously if the synchronous processing of the request will take longer than 10 seconds</li>
<li>synchronously after 5 seconds</li>
<li>asynchronously (ignoring the <a href="#Preferencewait"><code>wait</code></a> preference)</li>
<li>synchronously after 15 seconds (ignoring <code>respond-</code>async preference and the <a href="#Preferencewait"><code>wait</code></a> preference)</li>
<li>synchronously after 15 seconds (ignoring <code>respond-async</code> preference and the <a href="#Preferencewait"><code>wait</code></a> preference)</li>
</ul>
<pre><code>Prefer: respond-async, wait=10</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-protocol/odata-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ respond
- asynchronously if the synchronous processing of the request will take longer than 10 seconds
- synchronously after 5 seconds
- asynchronously (ignoring the [`wait`](#Preferencewait) preference)
- synchronously after 15 seconds (ignoring `respond-`async preference and the
- synchronously after 15 seconds (ignoring `respond-async` preference and the
[`wait`](#Preferencewait) preference)
```
Prefer: respond-async, wait=10
Expand Down
2 changes: 1 addition & 1 deletion odata-protocol/8 Header Fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ respond
- asynchronously if the synchronous processing of the request will take longer than 10 seconds
- synchronously after 5 seconds
- asynchronously (ignoring the [`wait`](#Preferencewait) preference)
- synchronously after 15 seconds (ignoring `respond-`async preference and the
- synchronously after 15 seconds (ignoring `respond-async` preference and the
[`wait`](#Preferencewait) preference)
```
Prefer: respond-async, wait=10
Expand Down

0 comments on commit d5039d5

Please sign in to comment.