Skip to content

Commit 501aebd

Browse files
authored
Fix Typos in Getting Started Tutorial (#680)
* Update Index.rst Corrects typo, changes "fro" to "for" * Update Index.rst Fix typo. Changed "summaries" to "summarize". * Update Index.rst Fixing typos. Changed "weather" to "whether" and "get" to "gets" * Update Index.rst Fix typo. Change "withing" to "within"
1 parent 2188cdc commit 501aebd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/Concepts/Backend/FileModule/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ All media and download files managed in the Filelist module are managed via
4747
an abstraction layer. You can find the documentation of this layer in TYPO3
4848
Explained, chapter :ref:`File abstraction layer (FAL) <t3coreapi:fal_introduction>`.
4949

50-
On uploading, each file get a unique identifier assigned to
50+
On uploading, each file gets a unique identifier assigned to
5151
it. This identifier is used to link to files and also to attach meta data to
5252
them.
5353

5454
This allows your editors to rename and move files without breaking the frontend.
55-
It also allows to test weather a file is still being used on deletion and to
55+
It also allows to test whether a file is still being used on deletion and to
5656
automatically delete unused media if desired.
5757

5858
However you can only use the full power of the FAL if you do not link directly

Documentation/Installation/Updates/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ you want to get further bugfixes you have to book an
3535
`extended support <https://typo3.com/services/extended-support-elts>`__ which usually costs money.
3636

3737
Before we look a bit deeper into the :ref:`types of updates <getting-started-major-minor-patchlevel-updates>`
38-
we summaries how a TYPO3 user should act with respect to TYPO3 updates:
38+
we summarize how a TYPO3 user should act with respect to TYPO3 updates:
3939

4040
* When a new major LTS version is released, users **should** focus on updating to this version as soon as possible.
4141
* When a new minor version is released, users **must** update to the new minor version, since the previous minor version is **not** supported any more.
@@ -88,7 +88,7 @@ Minor updates
8888
-------------
8989

9090
Minor changes - `11.*.2`: For example 11.5 has new functionalities compared to
91-
11.4. The version 11.5 is compatible with 11. So withing a version like major
91+
11.4. The version 11.5 is compatible with 11. So within a version like major
9292
11 the steps do not lead to breaking changes. For example in version 13.3
9393
compared to version 13.2 a new
9494
:ref:`Feature: #101252 - Introduce ErrorHandler for 403 errors with redirect option <changelog:feature-101252-1715447531>`

Documentation/Prerequisites/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ composer remove
4949
Uninstalls an existing package from your project.
5050
Removes the entry from :guilabel:`composer.json` and deletes related files from the
5151
:guilabel:`vendor` folder.
52-
Removes unused dependencies that were only required fro the removed package.
52+
Removes unused dependencies that were only required for the removed package.
5353

5454
.. _composer_install:
5555

0 commit comments

Comments
 (0)