Skip to content

Commit

Permalink
Merge pull request #3713 from zackAJ/patch-1
Browse files Browse the repository at this point in the history
fix wrong number
  • Loading branch information
timvandijck authored Oct 18, 2024
2 parents 3eed807 + 9980dbb commit 2155bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/ordering-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can easily reorder a list of media by calling ̀Media::setNewOrder`:
```php
/**
* This function reorders the records: the record with the first id in the array
* will get order 1, the record with the second id will get order 2, ...
* will get order 11, the record with the second id will get order 2, ...
*
* A starting order number can be optionally supplied (defaults to 1).
*
Expand Down

0 comments on commit 2155bfb

Please sign in to comment.