We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd05c85 commit 557ac57Copy full SHA for 557ac57
1 file changed
_includes/atts-global.html
@@ -72,7 +72,7 @@ <h3 id="common-global-attributes">Common global attributes</h3>
72
<dd><strong>Default:</strong> {% if include.labeltag == null %}unset{% else %}{{ include.labeltag }}{% endif %}.</dd>
73
{% unless include.limit == "" %}
74
<dt><code>limit="number"</code> <span class="footnote warning">v4.8.8+</span></dt>
75
- <dd>The maximum number of items top display per page in lists.</dd>
+ <dd>The maximum number of items to display per page in lists.</dd>
76
<dd><strong>Values:</strong> Any integer.</dd>
77
<dd><strong>Default:</strong> {% if include.limit == null %}unset{% else %}{{ include.limit }}{% endif %} (see <a href="/tags/tag-attributes-cross-reference#limit">limit cross-reference</a>).</dd>
78
{% endunless %}
0 commit comments