File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ are beyond the scope of the base JSON:API specification.
11
11
## <a href =" #naming " id =" naming " class =" headerlink " ></a > Naming
12
12
13
13
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
15
15
standardize member names, which is especially important when mixing profiles
16
16
authored by different parties, the following rules are also recommended:
17
17
@@ -290,4 +290,4 @@ Every resource object **MUST** include a `timestamps` member in its associated
290
290
291
291
The value of each member **MUST** comply with the variant of ISO 8601 used by
292
292
JavaScript's `JSON.stringify` method to format Javascript `Date` objects.
293
- ```
293
+ ```
You can’t perform that action at this time.
0 commit comments