Skip to content

Commit 348ffc8

Browse files
Michael Hancockdgeb
authored andcommitted
Address spelling mistake in specification (json-api#1376)
* Address spelling and grammar in specification * Revert unnecessary wording change * Revert incorrect change to spelling
1 parent 228ae9b commit 348ffc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_format/1.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ partial updates are allowed.
11381138

11391139
> Note: The `type` member is required in every [resource object][resource objects] throughout requests and
11401140
responses in JSON:API. There are some cases, such as when `POST`ing to an
1141-
endpoint representing heterogenous data, when the `type` could not be inferred
1141+
endpoint representing heterogeneous data, when the `type` could not be inferred
11421142
from the endpoint. However, picking and choosing when it is required would be
11431143
confusing; it would be hard to remember when it was required and when it was
11441144
not. Therefore, to improve consistency and minimize confusion, `type` is

_format/1.1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ partial updates are allowed.
12381238

12391239
> Note: The `type` member is required in every [resource object][resource objects] throughout requests and
12401240
responses in JSON:API. There are some cases, such as when `POST`ing to an
1241-
endpoint representing heterogenous data, when the `type` could not be inferred
1241+
endpoint representing heterogeneous data, when the `type` could not be inferred
12421242
from the endpoint. However, picking and choosing when it is required would be
12431243
confusing; it would be hard to remember when it was required and when it was
12441244
not. Therefore, to improve consistency and minimize confusion, `type` is

0 commit comments

Comments
 (0)