Merge pull request #3831 from thabaum/IPageService-spelling-correction

Corrects documentation spelling error for the word "Returns" in IPageService.cs
This commit is contained in:
Shaun Walker 2024-02-18 10:44:42 -05:00 committed by GitHub
commit e01a1a456c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ namespace Oqtane.Services
public interface IPageService
{
/// <summary>
/// Retuns a list of pages
/// Returns a list of pages
/// </summary>
/// <param name="siteId"></param>
/// <returns></returns>