From 454101ea45164000c50a2ebbae2995ff0e0b5592 Mon Sep 17 00:00:00 2001 From: Benjamin Rumble Date: Thu, 25 Jul 2019 13:21:27 -0400 Subject: [PATCH] minor typo fix --- docs/flask.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flask.rst b/docs/flask.rst index bc93185c..fa215b69 100644 --- a/docs/flask.rst +++ b/docs/flask.rst @@ -69,7 +69,7 @@ That's it -- WhiteNoise will now serve your static files. 3. Custom *static* folder ------------------------- -If it turns out that your are not using the Flask default for *static* folder, +If it turns out that you are not using the Flask default for *static* folder, fear not. You can instantiate WhiteNoise and add your *static* folders later: .. code-block:: python