Skip to content

Commit e2f04cf

Browse files
author
Lukas Heddendorp
authored
Fix small copy/paste error
1 parent 570c39d commit e2f04cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/uploadable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ on how to setup and use the extensions in most optimized way.
7777
occurs. If you want to use a custom mime type guesser, see [this](#custom-mime-type-guessers).
7878
* **disallowedTypes**: Similar to the option **allowedTypes**, but with this one you configure a "black list" of
7979
mime types. If the mime type of the file is on this list, n exception of type "UploadableInvalidMimeTypeException" will be thrown. If you
80-
set this option, you can't set the **allowedTypes** option described next. By default, no validation of mime type
80+
set this option, you can't set the **allowedTypes** option described above. By default, no validation of mime type
8181
occurs. If you want to use a custom mime type guesser, see [this](#custom-mime-type-guessers).
8282
2. **@Gedmo\Mapping\Annotation\UploadableFilePath**: This annotation is used to set which field will receive the path
8383
to the file. The field MUST be of type "string". Either this one or UploadableFileName annotation is REQUIRED to be set.

0 commit comments

Comments
 (0)