util: fix typo

This commit is contained in:
Peter Cai 2020-02-19 16:50:09 +08:00
parent 4a1b677243
commit b66e7aa3ee
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { detect as detectBrowser } from 'detect-browser'
# Maimum upload size (in bytes)
# Maximum upload size (in bytes)
MAX_UPLOAD_SIZE = 10 * 1024 * 1024 # 10 MB
# Maximum file name length
MAX_FILENAME_LENGTH = 255 # bytes