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 +}