Skip to content

Commit e4c880c

Browse files
authored
align wording for deleting resources with creating and updating (json-api#1651)
* align wording for deleting resources with creating and updating * align wording for resource's self URL with updating chapter * remove italic style not used for creating and updating * Update _format/1.1/index.md
1 parent fe2909b commit e4c880c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_format/1.1/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,8 +2020,8 @@ responses, in accordance with
20202020

20212021
### <a href="#crud-deleting" id="crud-deleting" class="headerlink"></a> Deleting Resources
20222022

2023-
An individual resource can be *deleted* by making a `DELETE` request to the
2024-
resource's URL:
2023+
A resource can be deleted by sending a `DELETE` request to the URL
2024+
that represents the resource:
20252025

20262026
```http
20272027
DELETE /photos/1 HTTP/1.1

0 commit comments

Comments
 (0)