From a6be474dbdb11436b871bbde8c94735b65599e77 Mon Sep 17 00:00:00 2001 From: warachi Date: Fri, 26 Apr 2019 10:28:52 +0300 Subject: [PATCH] bg(typo): fix typo in docs - fix 'False' typo to False boolean in docs [Delivers #bg] --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 98fa1e7..211befc 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -168,7 +168,7 @@ class PostRequest(JsonRequest): In case validation fails to pass, the following is the format of the generated response: ```js { - success: 'False', + success: False, message: 'Validation error', errors: { 'email': [