From 98aca1af9a1592b19893019d059e619c751a4f97 Mon Sep 17 00:00:00 2001 From: Sachit Shroff <67282553+sachit-shroff@users.noreply.github.com> Date: Mon, 15 May 2023 18:49:32 -0700 Subject: [PATCH] Fix typo (#316) --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 472d45f..91282d3 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -114,7 +114,7 @@ App level configuration settings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It's good practice to keep your application configuration settings in one place. -This is also possible with Flask-CORS using the same configuration options in the Flas application's config object. +This is also possible with Flask-CORS using the same configuration options in the Flask application's config object. Default settings ^^^^^^^^^^^^^^^^