From 05204250553b41bb40f788d37d27091b61fc1d59 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 10 Aug 2011 14:00:57 +0200 Subject: [PATCH] Fixed a typo --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 94935a75..57bea926 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -328,7 +328,7 @@ folder if it exists:: The path to the instance folder can be found via the :attr:`Flask.instance_path`. Flask also provides a shortcut to open a -file from the instnace folder with :meth:`Flask.open_instance_resource`. +file from the instance folder with :meth:`Flask.open_instance_resource`. Example usage for both::