From 45ac48a8ae000c911af25a1daeb1abcb588929ce Mon Sep 17 00:00:00 2001 From: Raj Nigam Date: Fri, 4 May 2018 10:26:32 -0400 Subject: [PATCH] add missing underscore to graphiql --- docs/docs/wordpress-source-plugin-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/wordpress-source-plugin-tutorial.md b/docs/docs/wordpress-source-plugin-tutorial.md index 8f2350b46205d..6ada4b74b33d0 100644 --- a/docs/docs/wordpress-source-plugin-tutorial.md +++ b/docs/docs/wordpress-source-plugin-tutorial.md @@ -72,7 +72,7 @@ Run: gatsby develop ``` -Open localhost:8000 and localhost:8000/__graphql. +Open localhost:8000 and localhost:8000/___graphql. This query will pull in the blogpost content from WordPress: