From e39b856c33acbfc196c4b81408a4bddaf23cee1b Mon Sep 17 00:00:00 2001 From: Gorbach Oleksii Date: Wed, 22 Feb 2023 12:34:54 +0100 Subject: [PATCH] fix spelling --- src/ExtCore.WebApplication/DefaultAssemblyProvider.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ExtCore.WebApplication/DefaultAssemblyProvider.cs b/src/ExtCore.WebApplication/DefaultAssemblyProvider.cs index b16a244..df3d3f7 100644 --- a/src/ExtCore.WebApplication/DefaultAssemblyProvider.cs +++ b/src/ExtCore.WebApplication/DefaultAssemblyProvider.cs @@ -25,13 +25,13 @@ public class DefaultAssemblyProvider : IAssemblyProvider /// /// Gets or sets the predicate that is used to filter discovered assemblies from a specific folder - /// before thay have been added to the resulting assemblies set. + /// before they have been added to the resulting assemblies set. /// public Func IsCandidateAssembly { get; set; } /// /// Gets or sets the predicate that is used to filter discovered libraries from a web application dependencies - /// before thay have been added to the resulting assemblies set. + /// before they have been added to the resulting assemblies set. /// public Func IsCandidateCompilationLibrary { get; set; } @@ -143,4 +143,4 @@ private void GetAssembliesFromPath(List assemblies, string path, bool else this.logger.LogWarning("Discovering and loading assemblies from path '{0}' skipped: path not found", path); } } -} \ No newline at end of file +}