Documentation Spelling Correction
This commit is contained in:
parent
e5013c918e
commit
ea9d88009f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user