Skip to content

Commit 4658160

Browse files
linawolfAlagts
andauthored
Apply suggestions from code review
Co-authored-by: Sandra Erbel <[email protected]>
1 parent f48b0bd commit 4658160

File tree

1 file changed

+3
-3
lines changed
  • Documentation/Concepts/Backend/PageModule

1 file changed

+3
-3
lines changed

Documentation/Concepts/Backend/PageModule/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extensions. You need basic knowledge on :ref:`tca`, :ref:`typoscript`, and
7070
:ref:`templating with Fluid <fluid-templates>`. You have to use PHP for some
7171
basic configurations but need no in-depth knowledge of programming.
7272

73-
See :ref:`Create a custom content element type <t3coreapi:adding-your-own-content-elements>`
73+
See :ref:`create a custom content element type <t3coreapi:adding-your-own-content-elements>`.
7474

7575
.. _page-plugins:
7676

@@ -85,11 +85,11 @@ plugins for a wide range of functionality. For example plugins to display news:
8585
:composer:`wsr/myleaflet`, event management with registration:
8686
:composer:`derhansen/sf-event-mgt-contentelements` and many more.
8787

88-
Chapter :ref:`how-to-find-extensions` covers searching for suitable extensions.
88+
The chapter :ref:`how-to-find-extensions` covers searching for suitable extensions.
8989

9090
Usually a PHP class called a "controller" manages
9191
the functionality and display of the plugin. To create a custom plugin you
92-
need some experience in PHP programming, dealing with databases etc.
92+
need some experience in PHP programming and dealing with databases etc.
9393

9494
.. note::
9595
In TYPO3 a plugin is a special type of content element that can be added to

0 commit comments

Comments
 (0)