From 8246ce6a15d31a6d36d673a4f39be548fd5a3262 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Sun, 11 Aug 2013 15:59:46 +0200 Subject: [PATCH] Fixed tiny but distracting typo. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 75295b1e..5faccc30 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -350,7 +350,7 @@ JSON Support Flask uses ``simplejson`` for the JSON implementation. Since simplejson is provided both by the standard library as well as extension Flask will try simplejson first and then fall back to the stdlib json module. On top -of that it will delegate access to the current application's JSOn encoders +of that it will delegate access to the current application's JSON encoders and decoders for easier customization. So for starters instead of doing::