Skip to content

Commit ae31fc6

Browse files
committed
[TASK] Update code snippets
Releases: main
1 parent 4665606 commit ae31fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/CodeSnippets/Events/Backend/BeforeRecordDownloadIsExecutedEvent.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
.. php:class:: BeforeRecordDownloadIsExecutedEvent
55
6-
Listeners to this event are able to manipulate the download of records, usually triggered via Content > Records.
6+
Listeners to this event are able to manipulate the download of records, usually triggered via Content > Record.
77

88
.. php:method:: getHeaderRow()
99
:returns: `array`

Documentation/CodeSnippets/Events/Backend/ModifyDatabaseQueryForRecordListingEvent.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
.. php:class:: ModifyDatabaseQueryForRecordListingEvent
55
6-
Use this Event to alter the database query when loading content for a page (usually in the "Records" module)
6+
Use this Event to alter the database query when loading content for a page (usually in the records module)
77
before it is executed.
88

99
.. php:method:: getQueryBuilder()

0 commit comments

Comments
 (0)