Skip to content

Commit 7904d9f

Browse files
committed
Align left
1 parent e8a51d2 commit 7904d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ However, it is possible to configure RestSharp to throw in different situations,
7272
in favour of giving you the error as a property.
7373

7474
| Property | Behavior |
75-
| ------------- |:-------------:|
75+
| ------------- |-------------|
7676
| FailOnDeserialization | Changes the default behavior when failed deserialization results in a successful response with an empty `Data` property of the response. Setting this property to `true` will tell RestSharp to consider failed deserialization as an error and set the `ResponseStatus` to `Error` accordingly. |
7777
| ThrowOnDeserialization | Changes the default behavior when failed deserialization results in empty `Data` property of the response. Setting this property to `true` will tell RestSharp to throw when deserialization fails. |
7878
| ThrowOnAnyError | Setting this property to `true` changes the default behavior and forces RestSharp to throw if any errors occurs when making a request or during deserialization. |

0 commit comments

Comments
 (0)