fix(graphql-voyger): Typo in install instructions

Signed-off-by: Adam Harvey <aharvey00@gmail.com>
This commit is contained in:
Adam Harvey
2023-08-07 10:47:24 -04:00
parent 8da797d85c
commit bb1e1c2b26
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-graphql-voyager': patch
---
Fix typo in install instructions.
+1 -1
View File
@@ -27,7 +27,7 @@ In order to be able to navigate to the graphQL voyager page, a new route needs t
const routes = (
<FlatRoutes>
<Route path="/graphql-voyager" element={<GraphqlVoyagerPage title="This is Voyager!"/>}/>
<Route path="/graphql-voyager" element={<GraphQLVoyagerPage title="This is Voyager!"/>}/>
```
### Configuration