From 5170c31adc44f6ef14b21782ba6f8ecb46dd9450 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 2 Apr 2020 12:11:31 -0700 Subject: [PATCH] Fixed typo --- docs/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata.rst b/docs/metadata.rst index b5e1c1db..3cb1f739 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -258,7 +258,7 @@ Spatialite tables are automatically hidden) using ``"hidden": true``: Using YAML for metadata ----------------------- -Datasette accepts YAML as an alternative to JSON for your metadata configuration file. YAML is particularly useful for including muli-line HTML and SQL strings. +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`.