documentation spelling correction

This commit is contained in:
Cody 2024-01-07 10:59:11 -08:00 committed by GitHub
parent f1aedc619e
commit 9f07532140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ using System.Threading.Tasks;
namespace Oqtane.Services
{
/// <summary>
/// Service to retreive and store modules (<see cref="Module"/>)
/// Service to retrieve and store modules (<see cref="Module"/>)
/// </summary>
public interface IModuleService
{