fix spelling

This commit is contained in:
Ryan
2025-03-14 19:38:47 -04:00
committed by GitHub
parent 78588027e7
commit 9a536653a7

View File

@@ -14,7 +14,7 @@ Multi File Upload Editor is a lightweight, secure web application for uploading,
## Features
- **Multiple File/Folders Uploads with Progress:**
- **Multiple File/Folder Uploads with Progress:**
- Users can select and upload multiple files & folders at once. Each file upload shows an individual progress bar with percentage and upload speed, and image files display a small thumbnail preview (default icons for other file types).
- **Built-in File Editing & Renaming:**
- Text-based files (e.g., .txt, .html, .js) can be opened and edited in a modal window without leaving the page. The editor modal is resizable and now uses CodeMirror for syntax highlighting, line numbering, and zoom in/out functionality—allowing users to adjust the text size for a better editing experience. Files can also be renamed via a dedicated “Rename” action without needing to re-upload them.