mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(dir): 📄🐛 fix Description examples on create list endpoint
This commit is contained in:
parent
efb28218d2
commit
c356d34a56
1 changed files with 1 additions and 5 deletions
|
|
@ -25,11 +25,7 @@ public record Command : IRequest<Response>
|
|||
/// <summary>
|
||||
/// The brief description in English (preferably quoted from the project).
|
||||
/// </summary>
|
||||
/// <example>
|
||||
/// 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.
|
||||
/// </example>
|
||||
/// <example>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.</example>
|
||||
public string? Description { get; init; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue