Skip to content

Commit d32258b

Browse files
authored
Update file.md
1 parent 4856a40 commit d32258b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/models/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lang: php
1515

1616
In ExpressionEngine 7 the `File` model is inheriting `FileSystemEntity` model, which is also parent of `Directory` model. They share same properties and most of the methods; different models are being used when there is need to distinguish between file and subfolder.
1717

18-
We recommend using `FileSystemEntity` when you need everything that is in certain Upload Directory, and use `File` or `Directory` when working specifically with files or folders within Upload Directory. When saving, always the exact model (`File` or `Directory`) needs to be used.
18+
We recommend using `FileSystemEntity` when you need everything that is in certain Upload Directory, and use `File` or `Directory` when working specifically with files or folders within Upload Directory. When saving, always use the exact model (`File` or `Directory`) needs to be used.
1919

2020
## `FileSystemEntity`
2121

0 commit comments

Comments
 (0)