Documentation Spelling Correction

This commit is contained in:
Cody
2024-01-07 11:06:32 -08:00
committed by GitHub
parent cf3b8378bd
commit e27fce1227

View File

@ -4,7 +4,7 @@ using System.Threading.Tasks;
namespace Oqtane.Services
{
/// <summary>
/// Service to store and retreive a <see cref="PageModule"/>
/// Service to store and retrieve a <see cref="PageModule"/>
/// </summary>
public interface IPageModuleService
{