Skip to content

Commit 777bf19

Browse files
authored
Fixed sentence to be easier to read (#2251)
Fixed a sentence that accidentally used the word "only" twice.
1 parent 6391624 commit 777bf19

File tree

1 file changed

+1
-1
lines changed
  • docs/versioned_docs/version-v111

1 file changed

+1
-1
lines changed

docs/versioned_docs/version-v111/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ There is no need to set the `Content-Type` or add the `DataFormat` parameter to
8484

8585
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.
8686

87-
For example, only you'd only need these lines to make a request with JSON body:
87+
For example, you'd only need these lines to make a request with JSON body:
8888

8989
```csharp
9090
var request = new RestRequest("address/update").AddJsonBody(updatedAddress);

0 commit comments

Comments
 (0)