Skip to content

Commit 557ac57

Browse files
committed
Typo
1 parent fd05c85 commit 557ac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/atts-global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h3 id="common-global-attributes">Common global attributes</h3>
7272
<dd><strong>Default:</strong> {% if include.labeltag == null %}unset{% else %}{{ include.labeltag }}{% endif %}.</dd>
7373
{% unless include.limit == "" %}
7474
<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>
75+
<dd>The maximum number of items to display per page in lists.</dd>
7676
<dd><strong>Values:</strong> Any integer.</dd>
7777
<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>
7878
{% endunless %}

0 commit comments

Comments
 (0)