Skip to content

Commit 42129ff

Browse files
authored
Update Index.rst
Fixing typos. Changed "weather" to "whether" and "get" to "gets"
1 parent 76d4902 commit 42129ff

File tree

1 file changed

+2
-2
lines changed
  • Documentation/Concepts/Backend/FileModule

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)