Skip to content

Commit 9e92e54

Browse files
linawolffe-hicking
andauthored
Apply suggestions from code review
Co-authored-by: Garvin Hicking <[email protected]>
1 parent 07069dd commit 9e92e54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/Concepts/Extensions/Index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the following data:
4646
}
4747
}
4848
49-
In order to be used the Extension needs to be
49+
In order to be used the Extension should be
5050
:ref:`installed via Composer <installing-extensions>`.
5151

5252
There is a legacy way to
@@ -61,7 +61,7 @@ is also not covered here.
6161
Extension vs plugin
6262
===================
6363

64-
A TYPO3 extension is a similar concept to what is called a "Plugin" in Wordpress.
64+
A TYPO3 extension is a similar concept to what is called a "Plugin" in WordPress.
6565

6666
In TYPO3 a **plugin** is a **content element** that can be inserted into one or
6767
all pages, typically providing dynamic or interactive functionality.
@@ -82,9 +82,9 @@ Types of extensions
8282

8383
Internally the TYPO3 Core consists of mandatory and optional **system extensions**
8484
each of them is a Composer package. All mandatory system extensions and a few
85-
recommended once will be automatically installed during the
85+
recommended ones will be automatically installed during the
8686
:ref:`Installation <t3start:installation-ddev-tutorial>`. Optional system
87-
extensions can be installed via Composer.
87+
extensions can be installed via Composer or the Extension Manager in classic mode
8888

8989
**Third party extensions** offer additional functionality. Find commonly used
9090
extensions in the list of

0 commit comments

Comments
 (0)