Skip to content

Commit

Permalink
s/postions/positions
Browse files Browse the repository at this point in the history
s/postions/positions
  • Loading branch information
Phil Taylor committed Nov 10, 2018
1 parent 8e8d8c5 commit 4ff19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/content/pagenavigation/pagenavigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function onContentBeforeDisplay($context, &$row, &$params, $page = 0)

if (($location + 1) < count($rows))
{
// The next content item cannot be in an array position greater than the number of array postions.
// The next content item cannot be in an array position greater than the number of array positions.
$row->next = $rows[$location + 1];
}

Expand Down

0 comments on commit 4ff19c1

Please sign in to comment.