From c356d34a5624cef1408bcb886bacc5e78f359dc1 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 27 Nov 2021 16:25:27 -0600 Subject: [PATCH] =?UTF-8?q?docs(dir):=20=F0=9F=93=84=F0=9F=90=9B=20fix=20D?= =?UTF-8?q?escription=20examples=20on=20create=20list=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Commands/CreateList.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; } ///