From e3d829d312652b8bca39b5266c59763f444201c4 Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Tue, 28 Jun 2016 11:51:19 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20"net"=20=E2=86=92=20"next"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/api/db/record/pagination/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/record/pagination/contents.lr b/content/docs/api/db/record/pagination/contents.lr index 1c8fec77..343fd73f 100644 --- a/content/docs/api/db/record/pagination/contents.lr +++ b/content/docs/api/db/record/pagination/contents.lr @@ -19,7 +19,7 @@ The following attributes exist on the pagination object: | ------------ | ------------ | `current` | The current record | `prev` | The record for the last page (might be `None`) -| `next` | The record for the net page (might be `None`) +| `next` | The record for the next page (might be `None`) | `total` | The total number of items across all pages | `pages` | The total number of pages | `page` | The number of current page