Skip to content

Commit 4e7dff1

Browse files
committed
Fixed capitalization of subsections in chapter 7. Response
1 parent 47a6bfd commit 4e7dff1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/Section 7 -- Response.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If the `data` entry in the response is present (including if it is the value
6666
{null}), the `errors` entry must be present if and only if one or more _field
6767
error_ was raised during execution.
6868

69-
**Request errors**
69+
**Request Errors**
7070

7171
:: A _request error_ is an error raised during a _request_ which results in no
7272
response data. Typically raised before execution begins, a request error may
@@ -79,7 +79,7 @@ If a request error is raised, the `data` entry in the response must not be
7979
present, the `errors` entry must include the error, and request execution should
8080
be halted.
8181

82-
**Field errors**
82+
**Field Errors**
8383

8484
:: A _field error_ is an error raised during the execution of a particular field
8585
which results in partial response data. This may occur due to an internal error
@@ -92,7 +92,7 @@ is produced (see [Handling Field Errors](#sec-Handling-Field-Errors)). The
9292
`data` entry in the response must be present. The `errors` entry should include
9393
this error.
9494

95-
**Error result format**
95+
**Error Result Format**
9696

9797
Every error must contain an entry with the key `message` with a string
9898
description of the error intended for the developer as a guide to understand and

0 commit comments

Comments
 (0)