Skip to content

Commit 4aada51

Browse files
authored
Merge pull request #1814 from Isigiel/patch-1
Fix small copy/paste error
2 parents 570c39d + e2f04cf commit 4aada51

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)