66Backend modules
77===============
88
9- TYPO3 CMS offers a number of ways to attach custom functionality to the
9+ TYPO3 CMS has a number of ways of adding custom functionality to the
1010backend. They are described in this chapter.
1111
1212.. card-grid ::
@@ -22,23 +22,23 @@ backend. They are described in this chapter.
2222
2323 .. card :: :ref:`Backend module configuration examples <backend-modules-configuration-examples>`
2424
25- Howto register custom modules provided by extensions.
25+ How to register modules provided by extensions.
2626
2727 .. card :: :ref:`Create a module with Extbase <backend-modules-extbase>`
2828
29- Explains how to create a module with Extbase and Fluid. This is
30- the preferred method if extensive data modeling is involved .
29+ How to create a module using Extbase and Fluid - the best option if you
30+ need to do lots of data modelling .
3131
3232 .. card :: :ref:`Create a module with Core functionality <backend-modules-template-without-extbase>`
3333
34- Explains how to create a module without Extbase. Fluid can still be
35- used, however there are some limitations. This is the preferred way
36- if no extensive data modelling is needed .
34+ How to create a module without Extbase (you can still use Fluid
35+ but with some limitations). The best option if you don't need to do any
36+ data modelling.
3737
3838 .. card :: :ref:`Security Considerations <backend-modules-security>`
3939
40- Explores web application security considerations when
41- developing custom modules for the backend user interface.
40+ Explores web application security considerations around
41+ developing modules for the backend user interface.
4242
4343 .. card :: :ref:`Tutorials <backend-modules-tutorials>`
4444
0 commit comments