From a258339a935d8d29a95940ef1db01e98bb85ae63 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 18 Sep 2020 23:33:09 -0700 Subject: [PATCH] Fixed typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8bc88586..685c4c13 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -250,7 +250,7 @@ Datasette will generate a secret automatically when it starts up, but to avoid r You can also set a secret when you deploy Datasette using ``datasette publish`` or ``datasette package`` - see :ref:`config_publish_secrets`. -Plugins can now sign value and verify their signatures using the :ref:`datasette.sign() ` and :ref:`datasette.unsign() ` methods. +Plugins can now sign values and verify their signatures using the :ref:`datasette.sign() ` and :ref:`datasette.unsign() ` methods. CSRF protection ~~~~~~~~~~~~~~~