Skip to content

Commit 323eba3

Browse files
authored
Beheer: fix RFC capitalization (#313)
1 parent 357e302 commit 323eba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sections/designRules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ https://api.example.org/v1/comments/456</pre>
593593
<dl>
594594
<dt>Statement</dt>
595595
<dd>
596-
<p>Error responses with HTTP status codes <code>4xx</code> or <code>5xx</code> MUST use either <code>application/problem+json</code> or <code>application/problem+xml</code> as the <code>Content-Type</code> header, and the response body MUST conform to the structure defined in [[rfc9457]].
596+
<p>Error responses with HTTP status codes <code>4xx</code> or <code>5xx</code> MUST use either <code>application/problem+json</code> or <code>application/problem+xml</code> as the <code>Content-Type</code> header, and the response body MUST conform to the structure defined in [[RFC9457]].
597597
<p>The following fields MUST be present: <code>status</code>, <code>title</code>, and <code>detail</code>.
598598
</dd>
599599
<dt>Rationale</dt>

0 commit comments

Comments
 (0)