From 9f0753214035e5f4468565363e603ce595498346 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 10:59:11 -0800 Subject: [PATCH 1/8] documentation spelling correction --- Oqtane.Client/Services/Interfaces/IModuleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/IModuleService.cs b/Oqtane.Client/Services/Interfaces/IModuleService.cs index a25aa3f7..46777fdf 100644 --- a/Oqtane.Client/Services/Interfaces/IModuleService.cs +++ b/Oqtane.Client/Services/Interfaces/IModuleService.cs @@ -5,7 +5,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to retreive and store modules () + /// Service to retrieve and store modules () /// public interface IModuleService { From cf3b8378bde930fceb422d40280eafd1290a5edf Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:05:46 -0800 Subject: [PATCH 2/8] 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 { From e27fce12274e731c7a3aea91f29751c53b58701c Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:06:32 -0800 Subject: [PATCH 3/8] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/IPageModuleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/IPageModuleService.cs b/Oqtane.Client/Services/Interfaces/IPageModuleService.cs index dd42060a..77bc5d3b 100644 --- a/Oqtane.Client/Services/Interfaces/IPageModuleService.cs +++ b/Oqtane.Client/Services/Interfaces/IPageModuleService.cs @@ -4,7 +4,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to store and retreive a + /// Service to store and retrieve a /// public interface IPageModuleService { From 1ea28411daa1c9dae788a103567706659a9aa980 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:07:08 -0800 Subject: [PATCH 4/8] 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 { From 4b45103a4ee6f70ff914d7a11dfdb3efad16d942 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:07:35 -0800 Subject: [PATCH 5/8] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/ISiteService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/ISiteService.cs b/Oqtane.Client/Services/Interfaces/ISiteService.cs index 9534b51f..5541d1ba 100644 --- a/Oqtane.Client/Services/Interfaces/ISiteService.cs +++ b/Oqtane.Client/Services/Interfaces/ISiteService.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to store and retreive entries + /// Service to store and retrieve entries /// public interface ISiteService { From e5013c918e3cc804316f7f2c3542ae2d124d2ff2 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:08:08 -0800 Subject: [PATCH 6/8] Documentation Spelling Correction --- Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs b/Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs index 8068ee4e..48444277 100644 --- a/Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs +++ b/Oqtane.Client/Services/Interfaces/ISiteTemplateService.cs @@ -5,7 +5,7 @@ using System.Threading.Tasks; namespace Oqtane.Services { /// - /// Service to retreive entries + /// Service to retrieve entries /// public interface ISiteTemplateService { From ea9d88009f0209f07ac0d486034aa786caed44e2 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:09:06 -0800 Subject: [PATCH 7/8] 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 /// /// /// From 09b0e09932106f87b6ef5aa97c61419838c643c3 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 7 Jan 2024 11:10:53 -0800 Subject: [PATCH 8/8] Documentation Spelling Correction --- Oqtane.Shared/Documentation/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Shared/Documentation/readme.md b/Oqtane.Shared/Documentation/readme.md index cd55726a..ba715490 100644 --- a/Oqtane.Shared/Documentation/readme.md +++ b/Oqtane.Shared/Documentation/readme.md @@ -2,6 +2,6 @@ This folder contains special attributes for the API Code Generator. -The idea is that only items marked with special attributes are valide public APIs, and only these will be documented in the public docs +The idea is that only items marked with special attributes are valid public APIs, and only these will be documented in the public docs -As of 2020, all APIs are documented, and only these marked as `[PrivateApi]` will be excluded. In future, we may reverse this to only document things marked as `[PublicApi]`. \ No newline at end of file +As of 2020, all APIs are documented, and only these marked as `[PrivateApi]` will be excluded. In future, we may reverse this to only document things marked as `[PublicApi]`.