From aab20ad431985b85dbe756b375e6ccfa39132054 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 8 Jul 2020 08:26:21 -0700 Subject: [PATCH] fix typo --- docs/patterns/fileuploads.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/fileuploads.rst b/docs/patterns/fileuploads.rst index 3e3762d9..9fc73304 100644 --- a/docs/patterns/fileuploads.rst +++ b/docs/patterns/fileuploads.rst @@ -182,7 +182,7 @@ construction of progress bar. Because the common pattern for file uploads exists almost unchanged in all applications dealing with uploads, there is also a Flask extension called `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/ .. _Flask-Uploads: https://flask-uploads.readthedocs.io/en/latest/