Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit b02655f

Browse files
committed
Spelling.
1 parent 940f6d1 commit b02655f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNet.Http.Extensions/UriHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static string Encode(Uri uri)
7373
}
7474

7575
/// <summary>
76-
/// Returns the combine components of the request URL in a fully escaped form suitable for use in HTTP headers
76+
/// Returns the combined components of the request URL in a fully escaped form suitable for use in HTTP headers
7777
/// and other HTTP operations.
7878
/// </summary>
7979
/// <param name="request"></param>
@@ -84,7 +84,7 @@ public static string GetEncodedUrl(this HttpRequest request)
8484
}
8585

8686
/// <summary>
87-
/// Returns the combine components of the request URL in a fully un-escaped form (except for the QueryString)
87+
/// Returns the combined components of the request URL in a fully un-escaped form (except for the QueryString)
8888
/// suitable only for display. This format should not be used in HTTP headers or other HTTP operations.
8989
/// </summary>
9090
/// <param name="request"></param>

0 commit comments

Comments
 (0)