diff --git a/RestSharp/RestClient.cs b/RestSharp/RestClient.cs index 2a0e873dc..676240139 100644 --- a/RestSharp/RestClient.cs +++ b/RestSharp/RestClient.cs @@ -229,7 +229,7 @@ IDeserializer GetHandler(string contentType) public bool FollowRedirects { get; set; } /// - /// The CookieContainer used fo requests made by this client instance + /// The CookieContainer used for requests made by this client instance /// public CookieContainer CookieContainer { get; set; }