From 9216127ace8d80493f743a4ef4c469f83a3b81ce Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 18 Jun 2020 16:39:43 -0700 Subject: [PATCH] Documentation tweak, refs #852 --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 8444516c..dce1bdf0 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -1043,7 +1043,7 @@ canned_queries(datasette, database, actor) The name of the database. ``actor`` - dictionary or None - The currently authenticated :ref:`authentication_actor`. + The currently authenticated :ref:`actor `. Ues this hook to return a dictionary of additional :ref:`canned query ` definitions for the specified database. The return value should be the same shape as the JSON described in the :ref:`canned query ` documentation.