Fix a typo in pagination doc
This commit is contained in:
parent
daf638b600
commit
413783c4e8
|
@ -353,7 +353,7 @@ following is a reference of the available data.
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p><code>paginator.total_pages</code></p></td>
|
<td><p><code>paginator.total_pages</code></p></td>
|
||||||
<td><p>Total number of Pages.</p></td>
|
<td><p>Total number of pages.</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p><code>paginator.page</code></p></td>
|
<td><p><code>paginator.page</code></p></td>
|
||||||
|
|
Loading…
Reference in New Issue