Fixed spelling errors spotted by codespell, refs #1417

This commit is contained in:
Simon Willison 2021-08-03 09:24:56 -07:00
commit e459787a14
9 changed files with 15 additions and 15 deletions

View file

@ -39,7 +39,7 @@ Then later you can start Datasette against the ``counts.json`` file and use it t
datasette -i data.db --inspect-file=counts.json
You need to use the ``-i`` immutable mode against the databse file here or the counts from the JSON file will be ignored.
You need to use the ``-i`` immutable mode against the database file here or the counts from the JSON file will be ignored.
You will rarely need to use this optimization in every-day use, but several of the ``datasette publish`` commands described in :ref:`publishing` use this optimization for better performance when deploying a database file to a hosting provider.