Fixed a couple of spelling errors

This commit is contained in:
Simon Willison 2025-11-04 18:42:29 -08:00
commit d90bdf7ed7
2 changed files with 2 additions and 2 deletions

View file

@ -313,7 +313,7 @@ Using YAML for metadata
Datasette accepts YAML as an alternative to JSON for your metadata configuration file. YAML is particularly useful for including multiline HTML and SQL strings.
Here's an example of a ``metadata.yml`` file, re-using an example from :ref:`canned_queries`.
Here's an example of a ``metadata.yml`` file, reusing an example from :ref:`canned_queries`.
.. code-block:: yaml