Skip to content

Commit f4fb9f2

Browse files
authored
Fix some typos and incorrect file path (for "TYPO3 Explained / Extension development") (#6077)
* fix typos and improve sentence as tip For "The concept of TYPO3 extensions" in Index.rst * fix incorrect file path For "/Configuration/Extbase/Persistence" Folder in Index.rst
1 parent 983fc47 commit f4fb9f2

File tree

2 files changed

+6
-3
lines changed
  • Documentation/ExtensionArchitecture

2 files changed

+6
-3
lines changed

Documentation/ExtensionArchitecture/Concepts/Index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ Below are the most important ones and what they provide:
6363
:composer:`typo3/cms-install`
6464
Contains the Install Tool, used for system setup, upgrades, and configuration.
6565

66-
You can use the `get.typo3.or Composer helper <https://get.typo3.org/misc/composer/helper>`_
67-
to compile composer command for minimal, recommended and full TYPO2 installations
66+
.. tip::
67+
68+
You can use the `Composer Helper on get.typo3.org <https://get.typo3.org/misc/composer/helper>`_
69+
to generate a Composer command, choosing between default, minimal, or full TYPO3 installation presets,
70+
and optionally selecting individual packages and specifying the desired TYPO3 version.
6871

6972
.. _extension-scope:
7073

Documentation/ExtensionArchitecture/FileStructure/Configuration/Extbase/Persistence/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This folder can contain the following files:
1212

1313
.. typo3:file:: Classes.php
1414
:scope: extension
15-
:path: /Configuration/Extbase/Persistence/Classes.php
15+
:path: /Configuration/Extbase/Persistence/
1616
:regex: /^.*Configuration\/Extbase\/Persistence\/Classes\.php$/
1717
:shortDescription: Contains the mapping between a database table and its Extbase model
1818

0 commit comments

Comments
 (0)