plugins/graphiql: Fix typo in README

Co-Authored-By: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Patrik Oldsberg
2020-04-25 15:50:38 +02:00
parent f1b7dc8b31
commit 24e6178392
+1 -1
View File
@@ -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