From bb1e1c2b26ccc8cc8cc1e35dd61fd2d13b8746fd Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 7 Aug 2023 10:47:24 -0400 Subject: [PATCH] fix(graphql-voyger): Typo in install instructions Signed-off-by: Adam Harvey --- .changeset/gold-steaks-thank.md | 5 +++++ plugins/graphql-voyager/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/gold-steaks-thank.md 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