mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix spelling of displayed, refs #2299
This commit is contained in:
parent
b8711988b9
commit
8d456aae45
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue