Skip to content

Commit 558ff10

Browse files
authored
Merge pull request #24 from anirudha13/patch-1
Fixed typo
2 parents 55f8268 + 26eb0d3 commit 558ff10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All requests are pre-processed and validated. This section outlines how we handl
4848
### HTTP Verbs
4949
The API is kept concise and simple by making use of relevant HTTP verbs on each requests. The specifications for these are vague and their use within this API is specific but in general we follow the following rules:
5050
51-
* `HEAD` - Performs the request to asses the status of a resource and expects no content response.
51+
* `HEAD` - Performs the request to assess the status of a resource and expects no content response.
5252
* `GET` - Used to retrieve resources.
5353
* `POST` - Used to create new resources.
5454
* `PUT` - Used to update resources.

0 commit comments

Comments
 (0)