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

@ -153,7 +153,7 @@ If you want to provide access to any actor with a value for a specific key, use
}
}
You can specify that only unauthenticated actors (from anynomous HTTP requests) should be allowed access using the special ``"unauthenticated": true`` key in an allow block (`allow demo <https://latest.datasette.io/-/allow-debug?actor=null&allow=%7B%0D%0A++++%22unauthenticated%22%3A+true%0D%0A%7D>`__, `deny demo <https://latest.datasette.io/-/allow-debug?actor=%7B%0D%0A++++%22id%22%3A+%22hello%22%0D%0A%7D&allow=%7B%0D%0A++++%22unauthenticated%22%3A+true%0D%0A%7D>`__):
You can specify that only unauthenticated actors (from anonymous HTTP requests) should be allowed access using the special ``"unauthenticated": true`` key in an allow block (`allow demo <https://latest.datasette.io/-/allow-debug?actor=null&allow=%7B%0D%0A++++%22unauthenticated%22%3A+true%0D%0A%7D>`__, `deny demo <https://latest.datasette.io/-/allow-debug?actor=%7B%0D%0A++++%22id%22%3A+%22hello%22%0D%0A%7D&allow=%7B%0D%0A++++%22unauthenticated%22%3A+true%0D%0A%7D>`__):
.. code-block:: json

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