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