From ea9d88009f0209f07ac0d486034aa786caed44e2 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:09:06 -0800 Subject: [PATCH] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/IThemeService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Client/Services/Interfaces/IThemeService.cs b/Oqtane.Client/Services/Interfaces/IThemeService.cs index 4dc636c2..62617c55 100644 --- a/Oqtane.Client/Services/Interfaces/IThemeService.cs +++ b/Oqtane.Client/Services/Interfaces/IThemeService.cs @@ -17,7 +17,7 @@ namespace Oqtane.Services Task> GetThemesAsync(); /// - /// Returns a specific thenme + /// Returns a specific theme /// /// /// @@ -56,7 +56,7 @@ namespace Oqtane.Services List GetContainerControls(List themes, string themeControlType); /// - /// Updates a existing theem + /// Updates a existing theme /// /// ///