From d90bdf7ed7709b266db690c5916179ef508f4fc3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 4 Nov 2025 18:42:29 -0800 Subject: [PATCH] Fixed a couple of spelling errors --- docs/authentication.rst | 2 +- docs/metadata.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authentication.rst b/docs/authentication.rst index 37703307..5ffddfae 100644 --- a/docs/authentication.rst +++ b/docs/authentication.rst @@ -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 `__, `deny demo `__): +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 `__, `deny demo `__): .. code-block:: json diff --git a/docs/metadata.rst b/docs/metadata.rst index 5932cc3a..0bded67a 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -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