Skip to content

Commit

Permalink
update documentation for for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Jan 22, 2024
1 parent 6b0d751 commit fdc70ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/partials/api/liquid/standard_tags.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"category": "iteration",
"deprecated": false,
"deprecation_reason": "",
"description": "You can do a maximum of 50 iterations with a `for` loop. If you need to iterate over more than 50 items, then use the\n[`paginate` tag](/docs/api/liquid/tags/paginate) to split the items over multiple pages.\n\n> Tip:\n> Every `for` loop has an associated [`forloop` object](/docs/api/liquid/objects/forloop) with information about the loop.",
"description": "Every `for` loop has an associated [`forloop` object](/api-reference/liquid/loops#helper-variables) with information about the loop.",
"parameters": [
{
"description": "The number of iterations to perform.",
Expand Down

0 comments on commit fdc70ae

Please sign in to comment.