Skip to content

Commit 40e3765

Browse files
committed
fix: filter-name renamed to filter-key
1 parent 6d2b13c commit 40e3765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/templating.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h2>Templating</h2>
247247
scroll-selector="#filter-item">
248248
<h3 id="filter" class="padding-top:20px">Filter</h3>
249249
<p class="padding:10px_0px line-height:1.5">
250-
Add attribute filter-selector and filter-name to one
250+
Add attribute filter-selector and filter-key to one
251251
or more elements to filter the results
252252
</p>
253253
<!-- <pre><code class="language-html">&lt;input filter-key="name" filter-selector /&gt;</code></pre> -->
@@ -427,7 +427,7 @@ <h4>
427427
<li
428428
class="padding:15px_0px border-bottom:1px_solid_lightgrey">
429429
<h4>
430-
<span>filter-name</span>
430+
<span>filter-key</span>
431431
<span class="cocreate-badge success"
432432
>string</span
433433
>
@@ -450,7 +450,7 @@ <h4>
450450
</h4>
451451
<p>
452452
Collection's field value for filter. If
453-
filter-name defined, this attribute should
453+
filter-key defined, this attribute should
454454
defined too
455455
</p>
456456
</li>

0 commit comments

Comments
 (0)