Procházet zdrojové kódy

Merge branch 'stable'

Marek Lewandowski před 6 roky
rodič
revize
1fa211403c

+ 3 - 3
packages/ckeditor5-ckfinder/docs/features/ckfinder.md

@@ -154,10 +154,10 @@ ClassicEditor
 
 ### Configuring allowed file types
 
-The allowed file types that can be uploaded need to be configured in two places:
+The allowed file types that can be uploaded should actually be configured in two places:
 
-* On the client-side, in CKEditor 5, restricting image upload through the CKEditor 5 UI and commands.
-* On the server-side, in CKFinder, restricting the file formats that are accepted in CKFinder.
+* On the client side, in CKEditor 5, restricting image upload through the CKEditor 5 UI and commands.
+* On the server side, in CKFinder, restricting the file formats that are accepted in CKFinder.
 
 #### Client-side configuration