mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Standardize on 'query string', not 'querystring', in docs
The request property is request.query_string so this is more consistent.
This commit is contained in:
parent
649f48cd70
commit
ef2ecc1b89
12 changed files with 30 additions and 30 deletions
|
|
@ -177,7 +177,7 @@ Datasette defaults to displaing 100 rows per page, for both tables and views. Yo
|
|||
}
|
||||
}
|
||||
|
||||
This size can still be over-ridden by passing e.g. ``?_size=50`` in the querystring.
|
||||
This size can still be over-ridden by passing e.g. ``?_size=50`` in the query string.
|
||||
|
||||
.. _metadata_sortable_columns:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue