Documentation Spelling Correction

This commit is contained in:
Cody 2024-01-07 11:09:06 -08:00 committed by GitHub
parent e5013c918e
commit ea9d88009f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ namespace Oqtane.Services
Task<List<Theme>> GetThemesAsync(); Task<List<Theme>> GetThemesAsync();
/// <summary> /// <summary>
/// Returns a specific thenme /// Returns a specific theme
/// </summary> /// </summary>
/// <param name="themeId"></param> /// <param name="themeId"></param>
/// <param name="siteId"></param> /// <param name="siteId"></param>
@ -56,7 +56,7 @@ namespace Oqtane.Services
List<ThemeControl> GetContainerControls(List<Theme> themes, string themeControlType); List<ThemeControl> GetContainerControls(List<Theme> themes, string themeControlType);
/// <summary> /// <summary>
/// Updates a existing theem /// Updates a existing theme
/// </summary> /// </summary>
/// <param name="theme"></param> /// <param name="theme"></param>
/// <returns></returns> /// <returns></returns>