From 5977b1648ce75730a3a494aeeef9df43fc5f2330 Mon Sep 17 00:00:00 2001 From: Aryan Iyappan <69184573+aryan340@users.noreply.github.com> Date: Fri, 13 Aug 2021 20:04:42 +0530 Subject: [PATCH] fix typo --- docs/execution/validators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution/validators.rst b/docs/execution/validators.rst index f1cfac88..a37c80ab 100644 --- a/docs/execution/validators.rst +++ b/docs/execution/validators.rst @@ -1,7 +1,7 @@ Validators ========== -Validation rules help validate a given GraphQL query, before executing it.To help with common use +Validation rules help validate a given GraphQL query, before executing it. To help with common use cases, graphene provides a few validation rules out of the box.