diff --git a/CHANGELOG.md b/CHANGELOG.md index 3887b601d..fbc7bb755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ - Improvements for compact extra - Refactoring of test structure and tasks -- Added items extra: Allow the client to request a custom number of items per page with a ready to use UI selector +- Added items extra: Allow the client to request a custom number of items per page with a ready to use selector UI ### Commits diff --git a/README.md b/README.md index 5b3fc7427..9eeb6d8c4 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ An alternative UI that combines the pagination feature with the navigation info ### Items Extra -Allow the client to request a custom number of items per page with a ready to use UI selector. _(see [more...](http://ddnexus.github.io/pagy/extras/items))_ +Allow the client to request a custom number of items per page with a ready to use selector UI. _(see [more...](http://ddnexus.github.io/pagy/extras/items))_ ### Responsive Extra diff --git a/docs/extras.md b/docs/extras.md index 86bd1f9e1..c2e4a415f 100644 --- a/docs/extras.md +++ b/docs/extras.md @@ -11,7 +11,7 @@ Pagy comes with a few optional extensions/extras: | `bootstrap` | Nav helper and templates for Bootstrap pagination | [bootstrap.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/bootstrap.rb), [documentation](extras/bootstrap.md) | | `compact` | An alternative UI that combines the pagination with the nav info in a single compact element | [compact.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/compact.rb), [pagy-compact.js](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/javascripts/pagy-compact.js), [documentation](extras/compact.md) | | `i18n` | Use the `I18n` gem instead of the pagy implementation | [i18n.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/i81n.rb), [documentation](extras/i18n.md) | -| `items` | Allow the client to request a custom number of items per page with a ready to use UI selector | [items.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/items.rb), [documentation](extras/items.md) | +| `items` | Allow the client to request a custom number of items per page with a ready to use selector UI | [items.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/items.rb), [documentation](extras/items.md) | | `responsive` | On resize, the number of page links will adapt in real-time to the available window or container width | [responsive.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/responsive.rb), [pagy-responsive.js](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/javascripts/pagy-responsive.js), [documentation](extras/responsive.md) | ## Synopsys diff --git a/docs/extras/items.md b/docs/extras/items.md index 314a6e210..638120874 100644 --- a/docs/extras/items.md +++ b/docs/extras/items.md @@ -3,7 +3,7 @@ title: Items --- # Items Extra -Allow the client to request a custom number of items per page with a ready to use UI selector. It is useful with APIs or higly user-customizable apps. +Allow the client to request a custom number of items per page with a ready to use selector UI. It is useful with APIs or higly user-customizable apps. ## Synopsys