Skip to content

Commit

Permalink
update grammar (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoshy authored and ddnexus committed Sep 9, 2019
1 parent 739f032 commit 281da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -5,7 +5,7 @@ title: Basic Concepts

## Pagination is a simple task

Basically, a pagination gem needs to calculate a series of 10-20 sequencial integers (the page numbers) and loop through that series to produce one link per integer. That's just a long string with a few numbers in it, and it's a very simple task... unless someone build a whole complex world of thousands of objects around a simple series of integers :).
Basically, a pagination gem needs to calculate a series of 10-20 sequencial integers (the page numbers) and loop through that series to produce one link per integer. That's just a long string with a few numbers in it, and it's a very simple task... unless someone builds a whole complex world of thousands of objects around a simple series of integers :).

## Pagy keeps it simple

Expand Down

0 comments on commit 281da85

Please sign in to comment.