Fixed typo in docs

0.64.x 0.64.4
Simon Willison 2023-09-21 12:28:45 -07:00
rodzic d61687cbeb
commit 2b44d6a3fc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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