From cf3b8378bde930fceb422d40280eafd1290a5edf Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:05:46 -0800 Subject: [PATCH] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/INotificationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/INotificationService.cs b/Oqtane.Client/Services/Interfaces/INotificationService.cs index a831dd5d..760f4a36 100644 --- a/Oqtane.Client/Services/Interfaces/INotificationService.cs +++ b/Oqtane.Client/Services/Interfaces/INotificationService.cs @@ -5,7 +5,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to store and retreive notifications () + /// Service to store and retrieve notifications () /// public interface INotificationService {