diff --git a/.changeset/gold-steaks-thank.md b/.changeset/gold-steaks-thank.md new file mode 100644 index 0000000000..03ed14653c --- /dev/null +++ b/.changeset/gold-steaks-thank.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-graphql-voyager': patch +--- + +Fix typo in install instructions. diff --git a/plugins/graphql-voyager/README.md b/plugins/graphql-voyager/README.md index 2c903cd9e5..66ea63191b 100644 --- a/plugins/graphql-voyager/README.md +++ b/plugins/graphql-voyager/README.md @@ -27,7 +27,7 @@ In order to be able to navigate to the graphQL voyager page, a new route needs t const routes = ( - }/> + }/> ``` ### Configuration