File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Documentation/Concepts/Backend/FileModule Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ All media and download files managed in the Filelist module are managed via
4747an abstraction layer. You can find the documentation of this layer in TYPO3
4848Explained, 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
5151it. This identifier is used to link to files and also to attach meta data to
5252them.
5353
5454This 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
5656automatically delete unused media if desired.
5757
5858However you can only use the full power of the FAL if you do not link directly
You can’t perform that action at this time.
0 commit comments