mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-21 16:01:18 +02:00
Fix typo
This commit is contained in:
@@ -27,9 +27,9 @@ namespace WireMock.Admin.Requests
|
||||
/// Gets or sets the absolete URL.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The absolete URL.
|
||||
/// The absolute URL.
|
||||
/// </value>
|
||||
public string AbsoleteUrl { get; set; }
|
||||
public string AbsoluteUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the query.
|
||||
|
||||
Reference in New Issue
Block a user