Skip to content

Commit 8553190

Browse files
committed
Fixes Typo in HttpSettingsExtensions Help
1 parent 3d8570c commit 8553190

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Cake.Http/HttpSettingsExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public static HttpSettings SetJsonRequestBody<T>(this HttpSettings settings, T d
211211
/// <summary>
212212
/// Sets the request body as form url encoded.
213213
/// Only valid for Http Methods that allow a request body.
214-
/// Any existing content in the RequestBody is overriden.
214+
/// Any existing content in the RequestBody is overridden.
215215
/// </summary>
216216
/// <param name="settings">The settings.</param>
217217
/// <param name="data">Dictionary of data to url encode and set to the body.</param>
@@ -222,7 +222,7 @@ public static HttpSettings SetFormUrlEncodedRequestBody(this HttpSettings settin
222222
/// <summary>
223223
/// Sets the request body as form url encoded.
224224
/// Only valid for Http Methods that allow a request body.
225-
/// Any existing content in the RequestBody is overriden.
225+
/// Any existing content in the RequestBody is overridden.
226226
/// Accepts multiple parameters with the same key.
227227
/// </summary>
228228
/// <param name="settings">The settings.</param>
@@ -245,7 +245,7 @@ public static HttpSettings SetFormUrlEncodedRequestBody(this HttpSettings settin
245245
/// <summary>
246246
/// Sets the request body as form url encoded.
247247
/// Only valid for Http Methods that allow a request body.
248-
/// Any existing content in the RequestBody is overriden.
248+
/// Any existing content in the RequestBody is overridden.
249249
/// Accepts multiple parameters with the same key.
250250
///This can be used to post files to a remote URL
251251
/// </summary>
@@ -282,7 +282,7 @@ public static HttpSettings SetMultipartFormDataRequestBody(this HttpSettings set
282282
/// <summary>
283283
/// Sets the request body as form url encoded.
284284
/// Only valid for Http Methods that allow a request body.
285-
/// Any existing content in the RequestBody is overriden.
285+
/// Any existing content in the RequestBody is overridden.
286286
/// Accepts multiple parameters with the same key.
287287
/// This can be used to post files to a remote URL
288288
/// </summary>

0 commit comments

Comments
 (0)