From 24e6178392e21879ad9b5d90d90c93d4d4aa962e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 25 Apr 2020 15:50:38 +0200 Subject: [PATCH] plugins/graphiql: Fix typo in README Co-Authored-By: Himanshu Mishra --- plugins/graphiql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/graphiql/README.md b/plugins/graphiql/README.md index 5882b8229e..d2f8cafbfb 100644 --- a/plugins/graphiql/README.md +++ b/plugins/graphiql/README.md @@ -2,7 +2,7 @@ This plugin integrates [GraphiQL](https://github.com/graphql/graphiql) as a tool to browse GraphiQL endpoints inside Backstage. -The purpose of the plugin is to provide a convenient way for developers to try out GraphQL queries in their own environemnt. +The purpose of the plugin is to provide a convenient way for developers to try out GraphQL queries in their own environment. By exposing GraphiQL as a plugin instead of a standalone app, it's possible to provide a preconfigured environment for engineers, and also tie into authentication providers already inside Backstage. ## Getting Started