Skip to content

Commit 3dcf541

Browse files
Update getting-started.md (restsharp#1570)
1 parent 2b697c4 commit 3dcf541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RestSharp supports sending XML or JSON body as part of the request. To add a bod
6262

6363
There is no need to set the `Content-Type` or add the `DataFormat` parameter to the request when using those methods, RestSharp will do it for you.
6464

65-
RestSharp will also handle both XML and JSON responses and perform all necessary deserialization tasks, depending on th server response type. Therefore, you only need to add the `Accept` header if you want to deserialize the response manually.
65+
RestSharp will also handle both XML and JSON responses and perform all necessary deserialization tasks, depending on the server response type. Therefore, you only need to add the `Accept` header if you want to deserialize the response manually.
6666

6767
For example, only you'd only need these lines to make a request with JSON body:
6868

0 commit comments

Comments
 (0)