Skip to content

Commit e6fdcc3

Browse files
elitreetypicode
authored andcommitted
Typo fixes in README (typicode#817)
wil -> will
1 parent 5f6f6e1 commit e6fdcc3

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
@@ -95,7 +95,7 @@ Also when doing requests, it's good to know that:
9595

9696
- If you make POST, PUT, PATCH or DELETE requests, changes will be automatically and safely saved to `db.json` using [lowdb](https://github.com/typicode/lowdb).
9797
- Your request body JSON should be object enclosed, just like the GET output. (for example `{"name": "Foobar"}`)
98-
- Id values are not mutable. Any `id` value in the body of your PUT or PATCH request wil be ignored. Only a value set in a POST request wil be respected, but only if not already taken.
98+
- Id values are not mutable. Any `id` value in the body of your PUT or PATCH request will be ignored. Only a value set in a POST request will be respected, but only if not already taken.
9999
- A POST, PUT or PATCH request should include a `Content-Type: application/json` header to use the JSON in the request body. Otherwise it will result in a 200 OK but without changes being made to the data.
100100

101101
## Install

0 commit comments

Comments
 (0)