Fix broken remark tag

This commit is contained in:
kjac
2023-02-18 14:14:46 +01:00
parent 0bc08e6a91
commit 6f726c3e67

View File

@@ -41,7 +41,7 @@ public static class UrlProviderExtensions
/// <remarks>
/// <para>Use when displaying URLs. If errors occur when generating the URLs, they will show in the list.</para>
/// <para>Contains all the URLs that we can figure out (based upon domains, etc).</para>
/// </rema
/// </remarks>
public static async Task<IEnumerable<UrlInfo>> GetContentUrlsAsync(
this IContent content,
IPublishedRouter publishedRouter,