Merge pull request #3681 from pallets/fix-typo

fix typo
This commit is contained in:
David Lord 2020-07-08 08:36:14 -07:00 committed by GitHub
commit 4e854ee496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ construction of progress bar.
Because the common pattern for file uploads exists almost unchanged in all Because the common pattern for file uploads exists almost unchanged in all
applications dealing with uploads, there is also a Flask extension called applications dealing with uploads, there is also a Flask extension called
`Flask-Uploads`_ that implements a full fledged upload mechanism that `Flask-Uploads`_ that implements a full fledged upload mechanism that
allows controlling with file extensions are allowed to be uploaded. allows controlling which file extensions are allowed to be uploaded.
.. _jQuery: https://jquery.com/ .. _jQuery: https://jquery.com/
.. _Flask-Uploads: https://flask-uploads.readthedocs.io/en/latest/ .. _Flask-Uploads: https://flask-uploads.readthedocs.io/en/latest/