Skip to content

Commit 02f695d

Browse files
authored
Update Index.rst, fix typos and improve readability (#295)
1 parent 1f0dd7d commit 02f695d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/Index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PHP.
3737

3838
This guide introduces some of the core concepts of TYPO3, guides you
3939
through installation, helps you set up your first small project with
40-
a custom template and gives you information on troubleshooting.
40+
a custom template, and gives you information on troubleshooting.
4141

4242
.. card-footer:: :ref:`Get started with TYPO3 <t3start:start>`
4343
:button-style: btn btn-secondary stretched-link
@@ -64,8 +64,8 @@ PHP.
6464
For information about the different versions of TYPO3 and their system
6565
requirements, visit https://get.typo3.org
6666

67-
You can also download the the sources from there. We suggest to
68-
:ref:`Install TYPO3 using Composer <t3start:install>`, however.
67+
You can also download the sources from there. We suggest
68+
:ref:`Installing TYPO3 using Composer <t3start:install>`, however.
6969

7070
.. card-footer:: `Download TYPO3 <https://get.typo3.org>`__
7171
:button-style: btn btn-secondary stretched-link
@@ -78,7 +78,7 @@ References
7878
:ref:`TYPO3 explained <t3coreapi:api-overview>`
7979
The main document for advanced developers and integrators. It describes
8080
the API, coding guidelines, configuration options and security
81-
guidelines. Introduces creating extension to enhance TYPO3.
81+
guidelines. Introduces creating an extension to enhance TYPO3.
8282
:doc:`TYPO3 Core changelog <changelog:Index#typo3-core-changelog>`
8383
Learn what is new in TYPO3 and how to migrate away from deprecated
8484
functionality.
@@ -90,8 +90,8 @@ References
9090
to add logic and functionality to your templates.
9191
:ref:`TypoScript Explained (including TSconfig) <t3tsref:start>`
9292
Complete reference of TypoScript settings and configuration options.
93-
Frontend TypoScript is useful to improve the frontend output of your site,
94-
TSconfig options to customize the TYPO3 backend.
93+
Frontend TypoScript is useful to improve the frontend output of your site,
94+
while TSconfig options let you customize the TYPO3 backend.
9595
:ref:`TCA reference <t3tca:start>`
9696
Complete reference of the Table Configuration Array (TCA) which
9797
maps raw database tables to

0 commit comments

Comments
 (0)