Skip to content

Commit

Permalink
Fix typo in TaxonomyContentsAdminListFilter.cs (#11728)
Browse files Browse the repository at this point in the history
independant -> independent
  • Loading branch information
eltociear authored May 19, 2022
1 parent 0163c88 commit 1bc3807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace OrchardCore.Taxonomies.Services
{
// TODO Create a Terms Index independant of the standard index, which can index taxonomy terms by their display text
// TODO Create a Terms Index independent of the standard index, which can index taxonomy terms by their display text
// Refer https://github.com/OrchardCMS/OrchardCore/issues/5214
// This could then be migrated to use the filter parser.
public class TaxonomyContentsAdminListFilter : IContentsAdminListFilter
Expand Down

0 comments on commit 1bc3807

Please sign in to comment.