mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed spelling error, refs #2089
Also ensure codespell runs as part of just lint
This commit is contained in:
parent
84b32b447a
commit
99ba051188
2 changed files with 2 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ Or use ``"sort_desc"`` to sort in descending order:
|
|||
Setting a custom page size
|
||||
--------------------------
|
||||
|
||||
Datasette defaults to displaing 100 rows per page, for both tables and views. You can change this default page size on a per-table or per-view basis using the ``"size"`` key in ``metadata.json``:
|
||||
Datasette defaults to displaying 100 rows per page, for both tables and views. You can change this default page size on a per-table or per-view basis using the ``"size"`` key in ``metadata.json``:
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue