From 858d79fe938afbe04e2b249da71860e812869ec8 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 May 2018 08:15:56 -0700 Subject: [PATCH] Typo fix --- docs/facets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/facets.rst b/docs/facets.rst index 51bfc0f5..236e16c5 100644 --- a/docs/facets.rst +++ b/docs/facets.rst @@ -80,7 +80,7 @@ This works for both the HTML interface and the ``.json`` view. When enabled, fac } } -If Datasette detects that a column is a foreign key, the ``"label"`` proper will be automatically derived from the detected label column on the referenced table. +If Datasette detects that a column is a foreign key, the ``"label"`` property will be automatically derived from the detected label column on the referenced table. Facets in metadata.json -----------------------