From 8d456aae45914d8ee135cf5cc139948e9092e633 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 12 Mar 2024 16:17:53 -0700 Subject: [PATCH] Fix spelling of displayed, refs #2299 --- docs/plugin_hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index 90ed892404..111677d827 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1705,7 +1705,7 @@ row_actions(datasette, actor, request, database, table, row) The name of the table. ``row`` - ``sqlite.Row`` - The SQLite row object being dispayed on the page. + The SQLite row object being displayed on the page. Return links for the "Row actions" menu shown at the top of the row page.