From e27fce12274e731c7a3aea91f29751c53b58701c Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:06:32 -0800 Subject: [PATCH] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/IPageModuleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/IPageModuleService.cs b/Oqtane.Client/Services/Interfaces/IPageModuleService.cs index dd42060a..77bc5d3b 100644 --- a/Oqtane.Client/Services/Interfaces/IPageModuleService.cs +++ b/Oqtane.Client/Services/Interfaces/IPageModuleService.cs @@ -4,7 +4,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to store and retreive a + /// Service to store and retrieve a /// public interface IPageModuleService {