From 9cbfaac46596a06e34f52ad940dd56057a7a4471 Mon Sep 17 00:00:00 2001 From: Andre van Tonder Date: Wed, 2 Oct 2019 07:42:42 +1000 Subject: [PATCH] Fix typo in strapi install command for graphql Yeah, I don't think installing the documentation plugin will install graphql --- docs/3.0.0-beta.x/guides/graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/guides/graphql.md b/docs/3.0.0-beta.x/guides/graphql.md index e9ee0c0653..d5886d9721 100644 --- a/docs/3.0.0-beta.x/guides/graphql.md +++ b/docs/3.0.0-beta.x/guides/graphql.md @@ -29,7 +29,7 @@ npm run strapi install graphql ::: tab "strapi" id="strapi" ``` -strapi install documentation +strapi install graphql ``` :::