diff --git a/services/Directory/FilterLists.Directory.Application/Commands/CreateList.cs b/services/Directory/FilterLists.Directory.Application/Commands/CreateList.cs index 51fc53d7d..a2cf59608 100644 --- a/services/Directory/FilterLists.Directory.Application/Commands/CreateList.cs +++ b/services/Directory/FilterLists.Directory.Application/Commands/CreateList.cs @@ -25,11 +25,7 @@ public record Command : IRequest /// /// The brief description in English (preferably quoted from the project). /// - /// - /// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted - /// frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a - /// dozen combination and supplementary filter lists. - /// + /// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. public string? Description { get; init; } ///