8000 Fix typo with missing word (#1565) · masterT/json-api@e845eb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e845eb3

Browse files
authored
Fix typo with missing word (json-api#1565)
1 parent 096fc60 commit e845eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recommendations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ are beyond the scope of the base JSON:API specification.
1111
## <a href="#naming" id="naming" class="headerlink"></a> Naming
1212

1313
The specification places certain [hard restrictions](http://jsonapi.org/format/#document-member-names)
14-
on how members (i.e., keys) in a JSON:API document may named. To further
14+
on how members (i.e., keys) in a JSON:API document may be named. To further
1515
standardize member names, which is especially important when mixing profiles
1616
authored by different parties, the following rules are also recommended:
1717

@@ -290,4 +290,4 @@ Every resource object **MUST** include a `timestamps` member in its associated
290290
291291
The value of each member **MUST** comply with the variant of ISO 8601 used by
292292
JavaScript's `JSON.stringify` method to format Javascript `Date` objects.
293-
```
293+
```

0 commit comments

Comments
 (0)
0