Skip to content

Commit d179a7c

Browse files
authored
Update docusaurus/docs/cms/features/media-library.md
1 parent 39f13d0 commit d179a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/features/media-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export default {
333333
The Upload plugin validates files based on their actual MIME type rather than the declared file extension.
334334
Only files matching the defined security rules are uploaded; others are filtered out.
335335

336-
The `security` configuration provides two options: `allowedTypes` or `deniedTypes`, which let you control which file types can or cannot be uploaded.
336+
The `security` configuration provides 2 options: `allowedTypes` or `deniedTypes`, which let you control which file types can or cannot be uploaded.
337337

338338
:::note
339339
It's best to define either `allowedTypes` or `deniedTypes`, not both, to avoid conflicts in file validation logic.

0 commit comments

Comments
 (0)