From 1ea28411daa1c9dae788a103567706659a9aa980 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:07:08 -0800 Subject: [PATCH] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/IProfileService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/IProfileService.cs b/Oqtane.Client/Services/Interfaces/IProfileService.cs index 2059e8d1..72c2506c 100644 --- a/Oqtane.Client/Services/Interfaces/IProfileService.cs +++ b/Oqtane.Client/Services/Interfaces/IProfileService.cs @@ -5,7 +5,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to store and retreive entries + /// Service to store and retrieve entries /// public interface IProfileService {