diff --git a/snippets/header-search.liquid b/snippets/header-search.liquid index 19846c17a3a..24492c1e17b 100644 --- a/snippets/header-search.liquid +++ b/snippets/header-search.liquid @@ -2,7 +2,7 @@ Renders a header search modal. Should be used with 'header.liquid' Accepts: - - is_duplicate: {Boolean} Prevents rendering uneeded elements and duplicate ids for subsequent instances + - is_duplicate: {Boolean} Prevents duplicate ids for subsequent instances Usage: {% render 'header-search', is_duplicate: true %}